Skip to content

Update README and docs (#75) #21

Update README and docs (#75)

Update README and docs (#75) #21

Workflow file for this run

name: Audio Deployment
on:
push:
branches:
- main
jobs:
deploy-docs:
name: Deploy Doxygen documentation
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Generate documentation
run: cmake --workflow --preset Docs
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: build/docs/html