Skip to content

Commit 36ad53e

Browse files
authored
Update static.yml
1 parent 9dc8196 commit 36ad53e

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

.github/workflows/static.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,11 @@ jobs:
2929
url: ${{ steps.deployment.outputs.page_url }}
3030
runs-on: ubuntu-latest
3131
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
32+
steps:
33+
- uses: DenverCoder1/doxygen-github-pages-action@v2.0.0
3834
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
35+
github_token: ${{ secrets.GITHUB_TOKEN }}
36+
branch: gh-pages
37+
folder: docs/Doxygen/html
38+
config_file: Doxyfile
39+
doxygen_version: 1.9.6

0 commit comments

Comments
 (0)