snapshot
This commit is contained in:
17
libraries/audio-tools/.github/workflows/doxygen-gh-pages.yml
vendored
Normal file
17
libraries/audio-tools/.github/workflows/doxygen-gh-pages.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: Doxygen GitHub Pages Deploy Action
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: DenverCoder1/doxygen-github-pages-action@v1.2.0
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
folder: docs/html
|
||||
branch: doxygen
|
||||
|
||||
Reference in New Issue
Block a user