From bd713bfa9292c0c504be70afb6e2b42731f8e7e0 Mon Sep 17 00:00:00 2001
From: sehwan29 <109086394+sehwan29@users.noreply.github.com>
Date: Fri, 19 Aug 2022 09:46:53 +0900
Subject: [PATCH 04/13] Create jekyll.yml
---
.github/workflows/jekyll.yml | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 .github/workflows/jekyll.yml
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml
new file mode 100644
index 0000000..4943c9c
--- /dev/null
+++ b/.github/workflows/jekyll.yml
@@ -0,0 +1,20 @@
+name: Jekyll site CI
+
+on:
+ push:
+ branches: [ "master" ]
+ pull_request:
+ branches: [ "master" ]
+
+jobs:
+ build:
+
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v3
+ - name: Build the site in the jekyll/builder container
+ run: |
+ docker run \
+ -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
+ jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"
From dc25498dd760a88e6087c410556f8cc28798cc06 Mon Sep 17 00:00:00 2001
From: sehwan29 <109086394+sehwan29@users.noreply.github.com>
Date: Fri, 19 Aug 2022 09:47:33 +0900
Subject: [PATCH 05/13] Create main.yml
---
.github/workflows/main.yml | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
create mode 100644 .github/workflows/main.yml
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
new file mode 100644
index 0000000..9f0ebb8
--- /dev/null
+++ b/.github/workflows/main.yml
@@ -0,0 +1,36 @@
+# This is a basic workflow to help you get started with Actions
+
+name: CI
+
+# Controls when the workflow will run
+on:
+ # Triggers the workflow on push or pull request events but only for the "master" branch
+ push:
+ branches: [ "master" ]
+ pull_request:
+ branches: [ "master" ]
+
+ # Allows you to run this workflow manually from the Actions tab
+ workflow_dispatch:
+
+# A workflow run is made up of one or more jobs that can run sequentially or in parallel
+jobs:
+ # This workflow contains a single job called "build"
+ build:
+ # The type of runner that the job will run on
+ runs-on: ubuntu-latest
+
+ # Steps represent a sequence of tasks that will be executed as part of the job
+ steps:
+ # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
+ - uses: actions/checkout@v3
+
+ # Runs a single command using the runners shell
+ - name: Run a one-line script
+ run: echo Hello, world!
+
+ # Runs a set of commands using the runners shell
+ - name: Run a multi-line script
+ run: |
+ echo Add other actions to build,
+ echo test, and deploy your project.
From 1343cc42e77d5eff84cccb269f796df9ff0c3446 Mon Sep 17 00:00:00 2001
From: sehwan29 <109086394+sehwan29@users.noreply.github.com>
Date: Fri, 19 Aug 2022 09:51:57 +0900
Subject: [PATCH 06/13] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 4a404e9..38b0e51 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,3 @@
-# Kokoa Clone 2020 Update
+# Kokoa Clone 2022 Update
HTML & CSS are so much fun!
From 0fd3ef753e9d2ec92867d8d5e113bb8ad035e5ae Mon Sep 17 00:00:00 2001
From: sehwan29 <109086394+sehwan29@users.noreply.github.com>
Date: Fri, 19 Aug 2022 10:04:35 +0900
Subject: [PATCH 07/13] fff
---
find.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/find.html b/find.html
index 4e4bc39..fb4b3fa 100644
--- a/find.html
+++ b/find.html
@@ -4,7 +4,7 @@
- Find - Kokoa Clone
+ 하하하하하 - Kokoa Clone