|
@ -2,9 +2,9 @@ name: Doxygen |
|
|
# Builds and deploys storms doxygen documentation |
|
|
# Builds and deploys storms doxygen documentation |
|
|
|
|
|
|
|
|
on: |
|
|
on: |
|
|
push: |
|
|
|
|
|
branches: |
|
|
|
|
|
- master |
|
|
|
|
|
|
|
|
schedule: |
|
|
|
|
|
# run daily |
|
|
|
|
|
- cron: '0 8 * * *' |
|
|
# needed to trigger the workflow manually |
|
|
# needed to trigger the workflow manually |
|
|
workflow_dispatch: |
|
|
workflow_dispatch: |
|
|
|
|
|
|
|
|