Skip to content

Commit

Permalink
set permissions on directory before tarring
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicann committed Feb 7, 2024
1 parent e937bd8 commit 93aaf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: docker compose up pages

- name: package
run: tar --directory=_site -z -c -v -f github-pages .
run: chmod -R 0755 _site ; tar --directory=_site -z -c -v -f github-pages .

- name: configure
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 93aaf5f

Please sign in to comment.