Skip to content

Commit

Permalink
Add support for manually trigger documentation build
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Nov 15, 2024
1 parent 9876aa8 commit cf27eb8
Show file tree
Hide file tree
Showing 3 changed files with 9 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
3 changes: 3 additions & 0 deletions doc/changes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# Unreleased

## ✨ Added
* Added support to manually trigger documentation build
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 cf27eb8

Please sign in to comment.