Skip to content

Commit f6b7359

Browse files
committed
switch back to rajyan
1 parent 753a0f2 commit f6b7359

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/test-deploy.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ jobs:
2929
run: |
3030
npm run build
3131
npm run build:docs
32-
- name: Deploy preview
33-
if: github.event.action != 'closed'
34-
uses: rossjrw/pr-preview-action@v1
32+
33+
34+
- name: Preview Pages
35+
uses: rajyan/preview-pages@v1
3536
with:
36-
source-dir: ./build/docs/gatsby/public
37+
source-dir: build/docs/gatsby/public

0 commit comments

Comments
 (0)