Skip to content

Commit 96f7d1a

Browse files
committed
render docs on workflos dispatch
1 parent 3bbc783 commit 96f7d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/branch-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
docbuild:
10-
if: "contains(github.event.head_commit.message, '[makedocs]') && (github.repository_owner != 'ActivitySim') && (github.ref_name != 'develop')"
10+
if: "github.event_name == 'workflow_dispatch' || (contains(github.event.head_commit.message, '[makedocs]') && (github.repository_owner != 'ActivitySim') && (github.ref_name != 'develop'))"
1111
# develop branch docs are built at the end of the core test workflow, regardless of repository owner or commit message flags
1212
name: ubuntu-latest py3.10
1313
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)