Skip to content

Commit

Permalink
ci: update doxygen workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncaen committed Jan 24, 2025
1 parent bbbd792 commit 1aa8f0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
make -j -C include && make -j -C doc
rm -rf ./api/html/Nodes.xml Info.plist Makefile Tokens.xml
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: ./api/html
deploy:
Expand All @@ -42,4 +42,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit 1aa8f0c

Please sign in to comment.