We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 402e7d5 + b65ad58 commit 5a437f2Copy full SHA for 5a437f2
1 file changed
.github/workflows/publish-docs-on-release.yml
@@ -1,13 +1,14 @@
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:
+ permissions:
11
+ contents: write
12
uses: Billingegroup/release-scripts/.github/workflows/_publish-docs-on-release.yml@v0
13
with:
14
project: diffpy.fourigui
0 commit comments