Browse Source

Run doxygen deploy on push and do not keep history

tempestpy_adaptions
Matthias Volk 4 years ago
parent
commit
3ba9ae637c
No known key found for this signature in database GPG Key ID: 83A57678F739FCD3
  1. 4
      .github/workflows/doxygen.yml

4
.github/workflows/doxygen.yml

@ -2,6 +2,9 @@ name: Doxygen
# Builds and deploys storms doxygen documentation # Builds and deploys storms doxygen documentation
on: on:
push:
branches:
- master
# needed to trigger the workflow manually # needed to trigger the workflow manually
workflow_dispatch: workflow_dispatch:
@ -45,3 +48,4 @@ jobs:
publish_dir: ./html publish_dir: ./html
external_repository: moves-rwth/storm-doc external_repository: moves-rwth/storm-doc
publish_branch: master publish_branch: master
force_orphan: true
Loading…
Cancel
Save