We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 402e7d5 commit 12da2feCopy full SHA for 12da2fe
1 file changed
.github/workflows/publish-docs-on-release.yml
@@ -1,14 +1,15 @@
1
-name: Build and Deploy Docs
+name: Deploy Documentation on Release
2
3
on:
4
release:
5
- types:
6
- - published
+ types: [published]
7
workflow_dispatch:
8
9
jobs:
10
docs:
11
- uses: Billingegroup/release-scripts/.github/workflows/_publish-docs-on-release.yml@v0
+ permissions:
+ contents: write
12
+ uses: bobleesj/release-scripts/.github/workflows/_publish-docs-on-release.yml@v0
13
with:
14
project: diffpy.fourigui
15
c_extension: false
0 commit comments