From 587748e3c998dedf23d273e3ce522a2ca46900e6 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 9 Mar 2020 23:42:33 +0100 Subject: toggle, phone fixes, box --- .github/workflows/jekyll.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/jekyll.yml (limited to '.github/workflows/jekyll.yml') diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml deleted file mode 100644 index 5b2d4ea1..00000000 --- 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 --trace" -- cgit v1.2.1