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 598f54a commit ff54b5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ jobs:
- name: Sphinx build
run: |
sphinx-build doc/sphinx _build
sphinx-build doc/sphinx doc/sphinx/_build
- name: Deploy sphinx to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _build/
publish_dir: doc/sphinx/_build/
force_orphan: true

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

0 comments on commit ff54b5c

Please sign in to comment.