Skip to content

Commit 53585ae

Browse files
committed
Add doc build yml file
1 parent 5f67f6c commit 53585ae

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: .github/workflows/publish-docs-on-release.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Deploy Documentation on Release
2+
3+
on:
4+
release:
5+
types: [published]
6+
workflow_dispatch:
7+
8+
jobs:
9+
docs:
10+
permissions:
11+
contents: write
12+
uses: Billingegroup/release-scripts/.github/workflows/_publish-docs-on-release.yml@v0
13+
with:
14+
project: diffpy.utils
15+
c_extension: false
16+
headless: false

0 commit comments

Comments
 (0)