We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6abbe9c commit 38d78b2Copy full SHA for 38d78b2
.github/workflows/doxygen.yml
@@ -50,15 +50,15 @@ jobs:
50
- name: generate doxygen html
51
shell: bash
52
run: |
53
- cd documentation/doxygen
+ cd documentation
54
doxygen Doxyfile
55
cat Doxyfile
56
57
- name: Upload static files as artifact
58
id: deployment
59
uses: actions/upload-pages-artifact@main # or specific "vX.X.X" version tag for this action
60
with:
61
- path: documentation/doxygen/html/
+ path: documentation/html/
62
63
deploy:
64
if: github.event_name == 'push'
0 commit comments