We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc8196 commit 36ad53eCopy full SHA for 36ad53e
1 file changed
.github/workflows/static.yml
@@ -29,15 +29,11 @@ jobs:
29
url: ${{ steps.deployment.outputs.page_url }}
30
runs-on: ubuntu-latest
31
steps:
32
- - name: Checkout
33
- uses: actions/checkout@v4
34
- - name: Setup Pages
35
- uses: actions/configure-pages@v5
36
- - name: Upload artifact
37
- uses: actions/upload-pages-artifact@v3
+steps:
+ - uses: DenverCoder1/doxygen-github-pages-action@v2.0.0
38
with:
39
- # Upload entire repository
40
- path: /docs/Doxygen/HTML
41
- - name: Deploy to GitHub Pages
42
- id: deployment
43
- uses: actions/deploy-pages@v4
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ branch: gh-pages
+ folder: docs/Doxygen/html
+ config_file: Doxyfile
+ doxygen_version: 1.9.6
0 commit comments