Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nuke-web3 committed Sep 21, 2023
1 parent 63a7ce5 commit 8e2523e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
rsync -av html-slides/content/ html-book/ --ignore-existing
rsync -av html-slides/ --exclude 'content' html-book/ --ignore-existing
find html-book/ -regex .*\.html | xargs sed -i 's#./../../../#../../#g'
chmod +rw html-book
# TODO: Without making a _branch_ that bloats the .git object,
# we should push out the static build files in html-book/ and html-slides/ to some archive,
Expand All @@ -59,6 +58,9 @@ jobs:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
- name: Fix permissions # https://github.com/actions/upload-pages-artifact#file-permissions
run: |
chmod -c -R +rX "_site/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit 8e2523e

Please sign in to comment.