Skip to content

Commit

Permalink
Permit doc builds through workflow_dispatch (#497)
Browse files Browse the repository at this point in the history
This PR adds a "workflow_dispatch" trigger to the build-docs workflow, so that we can trigger it directly (instead of, for example, having to find a trivial change to make to the source and rely on the resulting push to main to trigger the build).
  • Loading branch information
mdickinson committed Mar 7, 2022
1 parent 6941447 commit a380211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Update gh-pages documentation for main branch

on:
workflow_dispatch:
push:
branches:
- main
Expand Down

0 comments on commit a380211

Please sign in to comment.