Skip to content

Commit 743a941

Browse files
committed
ci: fix typo that breaks deployment
1 parent 55097b8 commit 743a941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-antora-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
path: ${{ github.workspace }}/public/docs
4242

4343
- name: "Deploy documentation to GitHub Pages"
44-
if: github.ref_name == 'main' && (github.event_name == 'pull' || github.event_name == 'schedule' || github.event_name == 'workflow_call')
44+
if: github.ref_name == 'main' && (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_call')
4545
uses: JamesIves/github-pages-deploy-action@v4.4.1
4646
with:
4747
branch: gh-pages

0 commit comments

Comments
 (0)