We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 249af72 commit 4fc709dCopy full SHA for 4fc709d
1 file changed
.github/workflows/deploy.yaml
@@ -22,7 +22,6 @@ jobs:
22
run: nix build .#for-production
23
24
- name: Upload artifact
25
- id: deployment
26
uses: actions/upload-pages-artifact@v4
27
with:
28
path: result/
@@ -34,18 +33,6 @@ jobs:
34
33
name: Production
35
url: ${{ steps.deployment.outputs.page_url }}
36
steps:
37
- - name: Clone repository
38
- uses: actions/checkout@v4
39
-
40
- - name: Download artifact
41
- uses: actions/download-artifact@v4
42
- with:
43
- name: result
44
- path: result
45
46
- - name: Deploy
47
- uses: cloudflare/wrangler-action@v3
48
49
- wranglerVersion: "4.61.0"
50
- accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
51
- apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
+ - name: Deploy to GitHub Pages
+ id: deployment
+ uses: actions/deploy-pages@v4
0 commit comments