Skip to content

Commit

Permalink
doc action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerboa-app committed Jul 30, 2024
1 parent 8e185d5 commit 901d8af
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Documentation

on:
push:
branches:
- main
workflow_dispatch:

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: DenverCoder1/[email protected]
with:
github_token: ${{ secrets.BURROW_BOT }}
branch: docs
folder: docs/html
config_file: docs/doxygen.config

0 comments on commit 901d8af

Please sign in to comment.