Skip to content

Commit

Permalink
migrate pages-action to wrangler-action
Browse files Browse the repository at this point in the history
  • Loading branch information
honai committed Dec 5, 2024
1 parent e17a9ed commit 1bd0404
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:

- run: pnpm run build

- uses: cloudflare/pages-action@v1
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
projectName: honai-me
directory: public
command: pages deploy public --project-name=honai-me
gitHubToken: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1bd0404

Please sign in to comment.