Skip to content

Commit a680875

Browse files
authored
Update deploy.yml
1 parent 23c49b8 commit a680875

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,12 @@ jobs:
9999
run: unzip -O UTF-8 -qq "artifacts/${{ needs.build.outputs.artifact }}" -d cf-pages
100100

101101
- name: Publish to Cloudflare Pages
102-
uses: cloudflare/wrangler-action@v3.101.0
102+
uses: cloudflare/wrangler-action@v3
103103
with:
104104
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
105105
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
106106
command: pages deploy cf-pages --project-name=community-server-docs --branch=main
107+
wranglerVersion: 3.101.0
107108

108109
publish-indexes:
109110
needs: [ build, test, deploy ]

0 commit comments

Comments
 (0)