Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoreilly committed Nov 5, 2024
1 parent 56cecad commit aa5f4cc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/doxygen-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Doxygen GitHub Pages Deploy Action

on:
push:
branches:
- feature-newgui

jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: DenverCoder1/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
folder: qt-documentation/html
config_file: qt-documentation/doxyfile

0 comments on commit aa5f4cc

Please sign in to comment.