Skip to content

Commit 59d5621

Browse files
committed
fix: pr from forks deployment issue
Signed-off-by: Aritra Dey <[email protected]>
1 parent 332e137 commit 59d5621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
npm ci
3535
npm run build
3636
37-
- name: Deploy Preview deploy-preview 🚀
37+
- name: Deploy Preview 🚀
3838
if: github.event_name == 'pull_request'
3939
uses: rossjrw/pr-preview-action@v1
4040
with:
@@ -43,7 +43,7 @@ jobs:
4343
umbrella-dir: pr-preview
4444
action: auto
4545

46-
- name: Deploy to GitHub Pages 🚀
46+
- name: Deploy to GitHub Pages
4747
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
4848
uses: JamesIves/github-pages-deploy-action@v4
4949
with:

0 commit comments

Comments
 (0)