Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
ci: create volume for .jekyll-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
dnsos committed Nov 4, 2020
1 parent 6d52bde commit 8bbeb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- name: Build the site in the jekyll/builder container
run: |
docker run \
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site -v ${{ github.workspace }}/source/.jekyll-cache:/srv/jekyll/.jekyll-cache \
jekyll/builder:latest /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future --trace"

0 comments on commit 8bbeb39

Please sign in to comment.