Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/python_sphinx_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ on:
branches: [master]
repository_dispatch:
types: [docstrings_common_updated, docstrings_simulators_updated]
# Manual trigger ("Run workflow" in the Actions tab). Use it to rebuild and republish
# after a dispatch from opm-common or opm-simulators failed, e.g. because the token
# those repositories send it with has expired. Run on master it deploys to gh-pages;
# run on any other branch it only builds.
workflow_dispatch:
permissions:
contents: write
jobs:
Expand Down
Loading