diff options
author | codecalm <codecalm@gmail.com> | 2020-03-09 22:40:41 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-09 22:40:41 +0100 |
commit | 34683786f2779634ce63e49e3fcedacb7f9b8dd7 (patch) | |
tree | b79d368d849d910598e5c723fb47df29955ef556 /.github | |
parent | Create jekyll.yml (diff) | |
download | tabler-icons-34683786f2779634ce63e49e3fcedacb7f9b8dd7.tar.xz |
jekyll build trace
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/jekyll.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 4432bfb6..7eacaf02 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -17,4 +17,4 @@ jobs: run: | docker run \ -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \ - jekyll/builder:latest /bin/bash -c "chmod 777 /srv/jekyll && jekyll build" + jekyll/builder:latest /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --trace" |