We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253a241 commit fbc9b5aCopy full SHA for fbc9b5a
.github/workflows/docs.yaml
@@ -40,7 +40,7 @@ jobs:
40
run: mkdocs build --strict -f mkdocs.generated.yml
41
- name: "Deploy to Cloudflare Pages"
42
if: ${{ env.CF_API_TOKEN_EXISTS == 'true' }}
43
- uses: cloudflare/wrangler-action@v3.1.0
+ uses: cloudflare/wrangler-action@v3.1.1
44
with:
45
apiToken: ${{ secrets.CF_API_TOKEN }}
46
accountId: ${{ secrets.CF_ACCOUNT_ID }}
.github/workflows/playground.yaml
working-directory: playground
0 commit comments