Browse Source
Run doxygen deploy on push and do not keep history
tempestpy_adaptions
Matthias Volk
4 years ago
No known key found for this signature in database
GPG Key ID: 83A57678F739FCD3
1 changed files with
4 additions and
0 deletions
-
.github/workflows/doxygen.yml
|
|
@ -2,6 +2,9 @@ name: Doxygen |
|
|
|
# Builds and deploys storms doxygen documentation |
|
|
|
|
|
|
|
on: |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- master |
|
|
|
# needed to trigger the workflow manually |
|
|
|
workflow_dispatch: |
|
|
|
|
|
|
@ -45,3 +48,4 @@ jobs: |
|
|
|
publish_dir: ./html |
|
|
|
external_repository: moves-rwth/storm-doc |
|
|
|
publish_branch: master |
|
|
|
force_orphan: true |