We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e16a46d + 2befba7 commit c6835c2Copy full SHA for c6835c2
.github/workflows/pages.yaml
@@ -56,7 +56,7 @@ jobs:
56
57
# deploy the PR to a preview URL
58
- uses: rossjrw/pr-preview-action@9f77b1d057b494e662c50b8ca40ecc63f21e0887 # v1
59
- if: ${{ github.event_name == 'pull_request' }}
+ if: ${{ github.event_name == 'pull_request' && !github.event.pull_request.head.repo.fork }}
60
with:
61
source-dir: .vitepress/dist
62
0 commit comments