Skip to content

Commit a2d7ca9

Browse files
authored
Update deploy.yml
1 parent 722996c commit a2d7ca9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ jobs:
1515
cache: npm
1616
- run: npm ci
1717
- run: npm run build
18-
- uses: actions/upload-pages-artifact@v4
18+
- uses: actions/upload-pages-artifact@v3
1919
with:
20-
name: build
2120
path: build/
2221
deploy:
2322
name: Deploy

0 commit comments

Comments
 (0)