Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TCA166 committed Apr 19, 2024
1 parent 77d8241 commit 97f867b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup doxygen
run: sudo apt-get install doxygen graphviz
- name: Make doxygen
run: make doc
run: doxygen ./doc/Doxyfile.conf
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand All @@ -44,4 +44,4 @@ jobs:
path: './doc/build/html'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit 97f867b

Please sign in to comment.