Skip to content

Commit

Permalink
Merge pull request #20 from TEParsons/main-doc-build
Browse files Browse the repository at this point in the history
SYS: Allow docs build to trigger manually
  • Loading branch information
TEParsons authored Dec 16, 2024
2 parents 8c7551a + f362a3b commit 63dff6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Publish docs

on: push
on:
workflow_dispatch: # manual
branches: [ main ]

jobs:
build:
Expand Down

0 comments on commit 63dff6f

Please sign in to comment.