We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5c0908 + 5512cb8 commit 243a0ddCopy full SHA for 243a0dd
3 files changed
.github/workflows/release-docs.yml
@@ -0,0 +1,11 @@
1
+name: Build and Deploy Docs
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+jobs:
7
+ release-docs:
8
+ uses: scikit-package/release-scripts/.github/workflows/_release-docs.yml@v0
9
+ with:
10
+ project: diffpy.apps
11
+ python_version: 3.13
CHANGELOG.rst
@@ -19,4 +19,3 @@ Release notes
19
**Changed:**
20
21
* Use ``python=3.13`` as default before ``python=3.14`` is supported by ``diffpy.cmi``.
22
-
news/release-doc.rst
@@ -0,0 +1,23 @@
+**Added:**
+* No news added: Allow to trigger ``doc-release`` with ``workflow_dispatch``.
+**Changed:**
+* <news item>
+**Deprecated:**
12
13
+**Removed:**
14
15
16
17
+**Fixed:**
18
+**Security:**
23
0 commit comments