Skip to content

Commit 5359054

Browse files
authored
Merge pull request #310 from bobleesj/build-doc-automatic
docs: deploy docs on github pre-release with tag push
2 parents 5daab78 + c23df0a commit 5359054

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.github/workflows/publish-docs-on-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Documentation on Release
22

33
on:
44
release:
5-
types: [published]
5+
types: [published, prereleased]
66
workflow_dispatch:
77

88
jobs:

news/build-doc-automatic.rst

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* deploy github pages documentation on pre-release
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* <news item>
20+
21+
**Security:**
22+
23+
* <news item>

0 commit comments

Comments
 (0)