Skip to content

setup doxygen config with basic docs #1

setup doxygen config with basic docs

setup doxygen config with basic docs #1

name: Deploy Documentation to GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: DenverCoder1/doxygen-github-pages-action@v1.3.0
branch: docs

Check failure on line 13 in .github/workflows/doxygen-gh-pages.yml

View workflow run for this annotation

GitHub Actions / Deploy Documentation to GitHub Pages

Invalid workflow file

The workflow is not valid. .github/workflows/doxygen-gh-pages.yml (Line: 13, Col: 9): Unexpected value 'branch' .github/workflows/doxygen-gh-pages.yml (Line: 14, Col: 9): Unexpected value 'folder'
folder: out/html
config_file: docs/Doxyfile
with:
github_token: ${{ secrets.GITHUB_TOKEN }}