Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
TCA166 committed Apr 19, 2024
2 parents e44cf28 + 97f867b commit deed869
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 deed869

Please sign in to comment.