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.
1 parent 332e137 commit 797e90cCopy full SHA for 797e90c
.github/workflows/publish-docs.yml
@@ -34,16 +34,16 @@ jobs:
34
npm ci
35
npm run build
36
37
- - name: Deploy Preview deploy-preview 🚀
38
- if: github.event_name == 'pull_request'
+ - name: Deploy Preview �
+ if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
39
uses: rossjrw/pr-preview-action@v1
40
with:
41
source-dir: ./build/
42
preview-branch: gh-pages-pr-previews
43
umbrella-dir: pr-preview
44
action: auto
45
46
- - name: Deploy to GitHub Pages 🚀
+ - name: Deploy to GitHub Pages �
47
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
48
uses: JamesIves/github-pages-deploy-action@v4
49
0 commit comments