Skip to content

Commit

Permalink
Deploy documentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fszewczyk authored Mar 29, 2023
1 parent 76ac3c1 commit 7b250e4
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: Deploy Documentation

on:
push:
branches:
- main
- doxygen

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: DenverCoder1/doxygen-github-pages-action@v1.2.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: docs/html
config_file: docs/Doxyfile

0 comments on commit 7b250e4

Please sign in to comment.