Skip to content

Commit

Permalink
Chowning builds directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dolsysmith authored Apr 3, 2024
1 parent 482ba00 commit ed2550b
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 @@ -58,7 +58,7 @@ jobs:
- name: Build site inside Docker container
run: |
mkdir ${{ github.workspace }}/builds
chmod -R g+w ${{ github.workspace }}/builds
chown -R 1000 ${{ github.workspace }}/builds
docker run --volume="${{ github.workspace }}/builds:/srv/dest" --volume="${{ github.workspace }}/${{ inputs.sourceSite }}:/srv/source" --volume="jekyll-cache:/srv/source/.jekyll-cache" -e JEKYLL_ENV=production ghcr.io/gwu-libraries/jekyll-journals-builder:main jekyll build --trace -s /srv/source -d /srv/dest
# - name: Setup Pages
Expand Down

0 comments on commit ed2550b

Please sign in to comment.