aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-09 23:42:33 +0100
committercodecalm <codecalm@gmail.com>2020-03-09 23:42:33 +0100
commit587748e3c998dedf23d273e3ce522a2ca46900e6 (patch)
tree37300a0d52b99d1f8e1eb7b79c3bcdeb55708f6b /.github
parentjekyll build fix (diff)
downloadtabler-icons-587748e3c998dedf23d273e3ce522a2ca46900e6.tar.xz
toggle, phone fixes, box
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/jekyll.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml
deleted file mode 100644
index 5b2d4ea..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 --trace"