Skip to content

Add doxygen generated documentation autopblishing #1

Add doxygen generated documentation autopblishing

Add doxygen generated documentation autopblishing #1

Workflow file for this run

name: Publish Doxygen Docs
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

Check failure on line 9 in .github/workflows/doc.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/doc.yaml

Invalid workflow file

You have an error in your yaml syntax on line 9
- name: Generate Docs
run: |
cmake -B build -S .
cmake --build build -t doc
- name: Deploy Docs
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build/doc/html