From 230d788bec87f2c214f2f62b8cced5a0423bbd8f Mon Sep 17 00:00:00 2001 From: Kaisaan <34224128+Kaisaan@users.noreply.github.com> Date: Thu, 21 Oct 2021 19:36:44 -0400 Subject: [PATCH] Revert last commit --- .github/workflows/jekyll.yml | 20 -------------------- index.html | 2 -- pages/online.html | 2 +- 3 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 .github/workflows/jekyll.yml diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml deleted file mode 100644 index fce0548..0000000 --- a/.github/workflows/jekyll.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Jekyll site CI - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - 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/index.html b/index.html index a22f412..22a8801 100644 --- a/index.html +++ b/index.html @@ -7,9 +7,7 @@ -
-