Skip to content

Commit 60b7f97

Browse files
authored
Merge pull request #217 from bobleesj/doc-build
Add doc build GitHub CI yml file
2 parents 5f67f6c + 53585ae commit 60b7f97

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)