Skip to content

Commit

Permalink
Add support for manually trigger documentation build (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti authored Nov 15, 2024
1 parent 2829ded commit 3d10c86
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Publish Documentation

on: workflow_call
on:
workflow_call:
workflow_dispatch:

jobs:

Expand Down
1 change: 1 addition & 0 deletions doc/changes/unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
* Fixed the issue with publishing new documentation after releasing a new version
## ✨ Added

* Added support to manually trigger documentation build
* #248: Added security results to workflow summary
* #233: Added nox task to verify dependency declarations
4 changes: 3 additions & 1 deletion exasol/toolbox/templates/github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Publish Documentation

on: workflow_call
on:
workflow_call:
workflow_dispatch:

jobs:

Expand Down

0 comments on commit 3d10c86

Please sign in to comment.