Skip to content

Commit 35c75cd

Browse files
authored
Update build-and-preview-site.yml
Signed-off-by: Lee Calcote <leecalcote@gmail.com>
1 parent ded6ac6 commit 35c75cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-preview-site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ jobs:
6666
6767
- name: Deploy Preview
6868
if: github.event_name == 'pull_request' && github.event.action != 'closed'
69-
uses: rossjrw/pr-preview-action@v1
69+
uses: rossjrw/pr-preview-action@v2
7070
with:
7171
source-dir: public
7272

7373
- name: Remove Preview on Close
7474
if: github.event_name == 'pull_request' && github.event.action == 'closed'
75-
uses: rossjrw/pr-preview-action@v1
75+
uses: rossjrw/pr-preview-action@v2
7676
with:
7777
source-dir: public
7878
remove: true

0 commit comments

Comments
 (0)