Skip to content

Commit

Permalink
ci: bump and pin wrangler version (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
awnion authored Mar 14, 2024
1 parent bf0552c commit 05b005e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
- run: mkdocs build --site-dir ./public

- name: Deploy
uses: cloudflare/wrangler-action@v3.3.2
uses: cloudflare/wrangler-action@v3.4.1
with:
wranglerVersion: "3.13.2"
command: pages deploy --project-name docs-gosh --branch "${{ github.ref_name }}" --commit-hash "${{ github.sha }}" ./public
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

0 comments on commit 05b005e

Please sign in to comment.