Skip to content

workflow-call: was wrong. workflow_call: is correct. #8

workflow-call: was wrong. workflow_call: is correct.

workflow-call: was wrong. workflow_call: is correct. #8

# 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:
workflow_call:
push:
branches:
- develop
workflow_dispatch:
jobs:
Deploy-Pages:

Check failure on line 17 in .github/workflows/doxygen-gh-pages.yaml

View workflow run for this annotation

GitHub Actions / Doxygen GitHub Pages Deploy Action

Invalid workflow file

The workflow is not valid. .github/workflows/doxygen-gh-pages.yaml (Line: 17, Col: 3): The workflow must contain at least one job with no dependencies.
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