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" 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. diff --git a/README.md b/README.md index 4a404e9..44cf5a7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# Kokoa Clone 2020 Update +# Koala Clone 2022 Update HTML & CSS are so much fun! diff --git a/chat.html b/chat.html index 5a2af13..79312c2 100644 --- a/chat.html +++ b/chat.html @@ -4,7 +4,7 @@ - Chat w/ Nico - Kokoa Clone + Chat Sehwan Koala ㅎㅎClone
@@ -13,7 +13,7 @@
- 18:43 + 12:43
110% @@ -44,10 +44,10 @@

니꼬

- Nicolas + Sehwan
Hi! - 21:27 + 12:27
@@ -55,8 +55,8 @@

니꼬

- Hi nice to meet you! - 21:27 + 안녕하세요! + 12:30
@@ -76,7 +76,7 @@

니꼬

- Your screen is too big ㅠㅠ + 사이즈를 줄여주세요!