Skip to content

Commit

Permalink
Update jekyll-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yanivpaz authored Oct 19, 2024
1 parent f1a9c2a commit ded1cfc
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 @@ -15,6 +15,6 @@ jobs:
- uses: actions/checkout@v4
- name: Build the site in the jekyll/builder container
run: |
docker run \
docker run \
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"

0 comments on commit ded1cfc

Please sign in to comment.