Skip to content

Fix the dependency of actions. #4

Fix the dependency of actions.

Fix the dependency of actions. #4

Workflow file for this run

# Generate doxygen file into docs/html directory.
# Then, push it to the gh-pages contents.
# The project needs to configure to upload the gh-pages branch.
# Refer https://github.com/DenverCoder1/doxygen-github-pages-action
# PAT is allowed only to the "Contents"
name: Doxygen GitHub Pages Deploy Action
on:
push:
branches: [develop]
pull_request:
branches: [develop]
workflow_dispatch:
jobs:
CTest:
uses: ./.github/workflows/ctest.yaml
Deploy-Pages:
needs: CTest
runs-on: ubuntu-latest
steps:
- uses: DenverCoder1/doxygen-github-pages-action@v2.0.0
with:
github_token: ${{ secrets.DOXYGEN_GH_PAGE }}
branch: gh-pages
folder: docs/html
config_file: Doxyfile