Skip to content

Commit

Permalink
Merge branch 'epics-modules:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz authored Sep 15, 2023
2 parents b0b3090 + 67cbf17 commit 70c0721
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/doxygen-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Doxygen GitHub Pages Deploy Action

on:
push:
branches:
- master

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

0 comments on commit 70c0721

Please sign in to comment.