Skip to content

Commit

Permalink
move permissions setting to the build-pages script
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicann committed Feb 7, 2024
1 parent 93aaf5f commit aa49a39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
- name: build
run: docker compose up pages

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

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

Expand Down
4 changes: 4 additions & 0 deletions tools/build-pages
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ BRANCH="$(git branch --show-current)" perl -pi -e 's!</head>!<base href="https:/
make all

mv rst.json rst-test-specs.html rst-test-specs.json rst-test-specs.yaml "$SITEDIR/"

chmod -R 0755 "$SITEDIR"

ls -Rl "$SITEDIR"

0 comments on commit aa49a39

Please sign in to comment.