Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
eigtht times the charm

Signed-off-by: Cal <[email protected]>
  • Loading branch information
CallumWalley authored Apr 20, 2024
1 parent 0296808 commit 2ec922b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,15 @@ jobs:
mkdocs build --clean
- name: Adjust permissions
run: |
chmod -c -R +rX site/ | while read line; do
chmod -c -R +rX public/ | while read line; do
echo "::info title=Invalid file permissions automatically fixed::$line"
done
- name: Upload to GitHub Pages
uses: actions/upload-pages-artifact@v3
with:
path: site

path: public
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4

- name: Save build cache
uses: actions/cache/save@v4
with:
Expand Down

0 comments on commit 2ec922b

Please sign in to comment.