Skip to content

Commit

Permalink
doc: Added doxygen support
Browse files Browse the repository at this point in the history
Signed-off-by: MPhalke <[email protected]>
  • Loading branch information
mphalke committed Jan 11, 2024
1 parent ff54b5c commit d408335
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,15 @@ jobs:
sphinx-build doc/sphinx doc/sphinx/_build
- name: Deploy sphinx to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: actions/deploy-pages@v4
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: doc/sphinx/_build/
force_orphan: true
artifact_name: gh-pages
token: ${{ secrets.GITHUB_TOKEN }}

- name: Deploy doxygen to GitHub Pages
uses: DenverCoder1/[email protected]
with:
branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
folder: doc/doxygen/html
config_file: doc/doxygen/Doxyfile
# - name: Deploy doxygen to GitHub Pages
# uses: DenverCoder1/[email protected]
# with:
# branch: gh-pages
# github_token: ${{ secrets.GITHUB_TOKEN }}
# folder: doc/doxygen/html
# config_file: doc/doxygen/Doxyfile

0 comments on commit d408335

Please sign in to comment.