Skip to content

Correct the spell of the path. #2

Correct the spell of the path.

Correct the spell of the path. #2

Workflow file for this run

# Generate doxygen file into docs/html directory.

Check failure on line 1 in .github/workflows/deploy_pages.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy_pages.yaml

Invalid workflow file

Cannot define both `uses` and `steps` at the same time for the following jobs: Deploy-Pages
# 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:
workflow_call:
push:
branches:
- develop
workflow_dispatch:
jobs:
Deploy-Pages:
needs: CTest
uses: ./.github/workflows/ctest.yaml
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