Skip to content

Commit

Permalink
mod action
Browse files Browse the repository at this point in the history
  • Loading branch information
ednunezg committed Sep 23, 2024
1 parent 3666ec7 commit 7bb0562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
docker run \
-v ${{ github.workspace }}:/srv/jekyll \
-v ${{ github.workspace }}/_site:/srv/jekyll/_site \
jekyll/builder:4.3.4 /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"
jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"

0 comments on commit 7bb0562

Please sign in to comment.