We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d4fb4 commit 23c49b8Copy full SHA for 23c49b8
.github/workflows/deploy.yml
@@ -99,7 +99,7 @@ jobs:
99
run: unzip -O UTF-8 -qq "artifacts/${{ needs.build.outputs.artifact }}" -d cf-pages
100
101
- name: Publish to Cloudflare Pages
102
- uses: cloudflare/wrangler-action@v3
+ uses: cloudflare/wrangler-action@v3.101.0
103
with:
104
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
105
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
@@ -135,4 +135,4 @@ jobs:
135
--version ${{ env.CONFIG_JSON_VERSION }} \
136
--index-directory algolia-indexes/ \
137
2>&1 | tee algolia-update-index-log.txt
138
- fi
+ fi
0 commit comments