Skip to content

Commit 24d180a

Browse files
committed
Use upload-pages-artifact instead
1 parent 381e9c7 commit 24d180a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,11 @@ jobs:
2323
- name: Build project
2424
run: |
2525
NODE_ENV=production yarn build
26-
- name: List build
27-
run: |
28-
ls
29-
ls dist/
30-
find . -name "*.lock"
3126
- name: Upload production artifact
32-
uses: actions/upload-artifact@v4
27+
uses: actions/upload-pages-artifact@v3
3328
with:
3429
name: github-pages
35-
path: |
36-
dist
30+
path: dist
3731

3832
deploy:
3933
needs: build

0 commit comments

Comments
 (0)