Skip to content

Commit

Permalink
chore: fix wrangler cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Jul 2, 2024
1 parent f7831e3 commit 2e1e3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
# https://dweb.link/ipfs/${{ steps.fission.outputs.app_cid }}
# " >> $GITHUB_STEP_SUMMARY
- name: Deploy
run: pnpx wrangler pages publish examples/demo/dist --project-name filsnap --branch main
run: pnpx wrangler pages deploy examples/demo/dist --project-name filsnap --branch main
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}

0 comments on commit 2e1e3f3

Please sign in to comment.