Skip to content

Commit 3b1c21e

Browse files
committed
[ci] Fix docs deploy
1 parent b4a4e29 commit 3b1c21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
deploy:
16-
if: github.event_name == 'workflow_dispatch' || (github.event.pull_request.merged == true && github.actor == 'github-actions[bot]')
16+
if: github.event_name == 'workflow_dispatch' || (github.event.pull_request.merged == true && github.event.pull_request.user.login == 'github-actions[bot]')
1717
runs-on: ubuntu-latest
1818
environment:
1919
name: github-pages

0 commit comments

Comments
 (0)