Skip to content

Commit 36cc17d

Browse files
committed
try different preview
1 parent 7361589 commit 36cc17d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-deploy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
pages: write
1111
id-token: write
1212
contents: write
13+
pull-requests: write
1314

1415
name: Test deployment
1516
runs-on: ubuntu-latest
@@ -28,8 +29,7 @@ jobs:
2829
run: |
2930
npm run build
3031
npm run build:docs
31-
- name: Deploy preview
32-
if: github.event.action != 'closed'
33-
uses: rossjrw/pr-preview-action@v1
32+
- name: Preview Pages
33+
uses: rajyan/preview-pages@v1
3434
with:
35-
source-dir: ./build/docs/gatsby/public
35+
source-dir: build/docs/gatsby/public

0 commit comments

Comments
 (0)