Skip to content

Commit

Permalink
also dispatch deploy job (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
smedegaard authored Dec 31, 2024
1 parent 3dbaa9f commit 0153c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: self-hosted
needs: build_docs
if: ${{ github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
permissions:
pages: write
id-token: write
Expand Down

0 comments on commit 0153c7f

Please sign in to comment.