Update pdoc.yml
This commit is contained in:
parent
bcbf41df48
commit
cb9ec62884
1 changed files with 8 additions and 9 deletions
17
.github/workflows/pdoc.yml
vendored
17
.github/workflows/pdoc.yml
vendored
|
@ -1,15 +1,14 @@
|
|||
name: website
|
||||
|
||||
# build the documentation whenever there are new commits on main
|
||||
on: workflow_dispatch
|
||||
#on:
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
# # Alternative: only build for tags.
|
||||
# # tags:
|
||||
# # - '*'
|
||||
#
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
# Alternative: only build for tags.
|
||||
# tags:
|
||||
# - '*'
|
||||
workflow_dispatch:
|
||||
## security: restrict permissions for CI jobs.
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
Loading…
Reference in a new issue