From 34683786f2779634ce63e49e3fcedacb7f9b8dd7 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 9 Mar 2020 22:40:41 +0100 Subject: jekyll build trace --- .github/workflows/jekyll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 4432bfb..7eacaf0 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" -- cgit v1.2.1