We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a682d2 commit 43fd96dCopy full SHA for 43fd96d
1 file changed
.github/workflows/deploy.yml
@@ -60,10 +60,17 @@ jobs:
60
needs: build
61
steps:
62
- name: Download artifact
63
- uses: actions/download-pages-artifact@v1
+ uses: actions/download-artifact@v4
64
with:
65
+ name: github-pages
66
path: _site
67
68
+ - name: Extract artifact
69
+ run: |
70
+ cd _site
71
+ tar -xvf artifact.tar
72
+ rm artifact.tar
73
+
74
- name: Deploy to Cloudflare Pages
75
id: deployment
76
uses: cloudflare/wrangler-action@v3
0 commit comments