We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29246ea commit e7df783Copy full SHA for e7df783
.github/workflows/pages.yml
@@ -43,17 +43,10 @@ jobs:
43
- name: Build site
44
run: npm run build:site
45
46
- - name: Package Pages artifact
47
- run: |
48
- tar --directory dist -cvf github-pages.tar .
49
- gzip -f github-pages.tar
50
-
51
- name: Upload Pages artifact
52
- uses: actions/upload-artifact@v7
+ uses: actions/upload-pages-artifact@v4
53
with:
54
- name: github-pages
55
- path: ./github-pages.tar.gz
56
- retention-days: 1
+ path: ./dist
57
58
deploy:
59
if: github.event_name != 'pull_request'
0 commit comments