Skip to content

Commit

Permalink
Upload gh pages artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacquwes committed Sep 28, 2023
1 parent 55634f7 commit 45cf251
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,19 @@ jobs:
- name: Run doxygen
run: doxygen doxyfile

fix-permissions:
artifact:
runs-on: ubuntu-latest
needs:
- build
steps:
- name: Fix permissions
run: |
chmod -c -R +rX "docs/" | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v2
with:
path: docs/html

deploy:
runs-on: ubuntu-latest
needs:
- build
- fix-permissions

permissions:
Expand Down

0 comments on commit 45cf251

Please sign in to comment.