Skip to content

Commit 3d10c86

Browse files
authored
Add support for manually trigger documentation build (#278)
1 parent 2829ded commit 3d10c86

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Publish Documentation
22

3-
on: workflow_call
3+
on:
4+
workflow_call:
5+
workflow_dispatch:
46

57
jobs:
68

doc/changes/unreleased.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
* Fixed the issue with publishing new documentation after releasing a new version
66
## ✨ Added
77

8+
* Added support to manually trigger documentation build
89
* #248: Added security results to workflow summary
910
* #233: Added nox task to verify dependency declarations

exasol/toolbox/templates/github/workflows/gh-pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Publish Documentation
22

3-
on: workflow_call
3+
on:
4+
workflow_call:
5+
workflow_dispatch:
46

57
jobs:
68

0 commit comments

Comments
 (0)