Skip to content

adjusting docs

adjusting docs #9

Workflow file for this run

name: Documentation
on: [pull_request, push]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
doxygen:
name: "Doxygen"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run Doxygen
uses: mattnotmitt/doxygen-action@edge
with:
doxyfile-path: './Doxyfile'
- name: GH Pages Deployment
uses: peaceiris/actions-gh-pages@v3

Check failure on line 22 in .github/workflows/docs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docs.yml

Invalid workflow file

You have an error in your yaml syntax on line 22
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doc/html/
enable_jekyll: false
allow_empty_commit: false
force_orphan: true
publish_branch: gh-pages