Skip to content

Commit

Permalink
Rebuild docs on manual dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-noland committed Nov 9, 2024
1 parent 231ff30 commit 2ee123a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
build:
name: "Build and deploy documentation"
needs: [ check_changes ]
if: "${{ needs.check_changes.outputs.docs == 'true' }}"
if: "${{ needs.check_changes.outputs.docs == 'true' || github.event_name == 'workflow_dispatch' }}"
runs-on: "ubuntu-latest"
steps:

Expand Down

0 comments on commit 2ee123a

Please sign in to comment.