Skip to content

Commit ff003dd

Browse files
committed
Have "Push PR preview" even on fork branches?
Maybe?
1 parent e95c291 commit ff003dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ jobs:
8989
make BUILDDIR=${PWD}/_build -C doc/ html
9090
- name: Push PR preview
9191
if: |
92-
github.event_name == 'pull_request' &&
93-
github.event.pull_request.head.repo.full_name == github.repository
92+
github.event_name == 'pull_request'
9493
uses: peaceiris/actions-gh-pages@v3
9594
with:
9695
github_token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)