Skip to content

Commit

Permalink
upgrade wrangler
Browse files Browse the repository at this point in the history
  • Loading branch information
septs committed Aug 26, 2023
1 parent 99515ec commit ce0d750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- run: npx prettier --check .
- run: npx markdownlint-cli "**/*.md"
- run: hugo --minify
- run: npx wrangler pages publish public --project-name ftmwiki --branch main
- run: npx wrangler pages deploy public --project-name ftmwiki --branch main
if: github.ref == 'refs/heads/main'
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}

0 comments on commit ce0d750

Please sign in to comment.