Skip to content

Commit

Permalink
Root perms needed to access _site?
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdewar committed Jul 20, 2023
1 parent 622f193 commit 0c13c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Build with doxygen
run: |
ninja -C out/build/linux-release/ doxygen-docs
cp -r out/build/linux-release/src/html _site/html
sudo cp -r out/build/linux-release/src/html _site/html
# Deployment job
deploy:
Expand Down

0 comments on commit 0c13c21

Please sign in to comment.