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 ded6ac6 commit 35c75cdCopy full SHA for 35c75cd
.github/workflows/build-and-preview-site.yml
@@ -66,13 +66,13 @@ jobs:
66
67
- name: Deploy Preview
68
if: github.event_name == 'pull_request' && github.event.action != 'closed'
69
- uses: rossjrw/pr-preview-action@v1
+ uses: rossjrw/pr-preview-action@v2
70
with:
71
source-dir: public
72
73
- name: Remove Preview on Close
74
if: github.event_name == 'pull_request' && github.event.action == 'closed'
75
76
77
78
remove: true
0 commit comments