Skip to content

Commit 23c49b8

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ 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
102+
uses: cloudflare/wrangler-action@v3.101.0
103103
with:
104104
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
105105
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
@@ -135,4 +135,4 @@ jobs:
135135
--version ${{ env.CONFIG_JSON_VERSION }} \
136136
--index-directory algolia-indexes/ \
137137
2>&1 | tee algolia-update-index-log.txt
138-
fi
138+
fi

0 commit comments

Comments
 (0)