Skip to content

Commit 4b91b41

Browse files
committed
Update deploy.yml
1 parent 007e4a3 commit 4b91b41

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
if: github.event_name == 'pull_request'
5353
uses: actions/upload-pages-artifact@v3
5454
with:
55-
name: pr-preview-build
5655
path: build
5756
retention-days: 1
5857

@@ -91,14 +90,7 @@ jobs:
9190
cancel-in-progress: true
9291

9392
steps:
94-
- name: Download PR preview artifact
95-
uses: actions/download-artifact@v4
96-
with:
97-
name: pr-preview-build
98-
path: build
99-
10093
- name: Deploy preview
10194
uses: rossjrw/pr-preview-action@v1
10295
with:
103-
source-dir: ./pr-preview-build
10496
action: auto

0 commit comments

Comments
 (0)