Skip to content

Commit

Permalink
GH action update
Browse files Browse the repository at this point in the history
  • Loading branch information
nowaktz authored Feb 4, 2022
1 parent c164943 commit 6357b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
run: |
docker run \
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
jekyll/builder:2 /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"
node:10 /bin/bash -c "npm install && npm install gulp -g && apt update && apt install --yes jekyll && jekyll build"

0 comments on commit 6357b76

Please sign in to comment.