Skip to content

Commit

Permalink
Typo 馃う馃徎
Browse files Browse the repository at this point in the history
  • Loading branch information
ericyd committed Nov 18, 2022
1 parent eb5ad14 commit 10123e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
# Error: EACCES: permission denied, scandir '/home/runner/work/loop-supreme/loop-supreme/.wrangler'
# Since wrangler is already a dependency, we can skip the custom action and just run the command directly
- name: Publish
run: CLOUDFLARE_API_TOKEN=${{ secrets.CF_API_TOKEN }} CLOUDFLARE_ACCOUNT_ID=${{ secrets.CF_ACCOUNT_ID }} npm run pages publish build -- --project-name=loopsupreme
run: CLOUDFLARE_API_TOKEN=${{ secrets.CF_API_TOKEN }} CLOUDFLARE_ACCOUNT_ID=${{ secrets.CF_ACCOUNT_ID }} npm run wrangler pages publish build -- --project-name=loopsupreme

0 comments on commit 10123e7

Please sign in to comment.