diff options
author | codecalm <codecalm@gmail.com> | 2020-03-09 23:42:33 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-09 23:42:33 +0100 |
commit | 587748e3c998dedf23d273e3ce522a2ca46900e6 (patch) | |
tree | 37300a0d52b99d1f8e1eb7b79c3bcdeb55708f6b /.github/workflows | |
parent | jekyll build fix (diff) | |
download | tabler-icons-587748e3c998dedf23d273e3ce522a2ca46900e6.tar.xz |
toggle, phone fixes, box
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/jekyll.yml | 20 |
1 files changed, 0 insertions, 20 deletions
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" |