Skip to content

Commit

Permalink
manually trigger docs CI
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Sep 2, 2022
1 parent 4494274 commit 308ced6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
release:
branches: [master]
types: [published, edited]
workflow_dispatch:

jobs:
build-doxygen:
Expand Down Expand Up @@ -57,7 +58,7 @@ jobs:
path: ${{ github.workspace }}/docs/html

- name: upload to github pages
if: ${{ github.event_name == 'release'}}
if: github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master')
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 308ced6

Please # to comment.