Skip to content

Commit e8f48c5

Browse files
committed
tempoary workaround of node
1 parent 7dfbf7e commit e8f48c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upload-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
- name: Build Docs
2626
run: zig build -Demit-docs
2727
- name: Upload Docs
28-
uses: cloudflare/wrangler-action@v3
28+
uses: thislight/wrangler-action@92fe592d19c4db56b6a2d4d08973e3d4181a777a
2929
with:
3030
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
3131
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
3232
command: pages deploy zig-out/docs --project-name=zigpak
3333
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
3434
- name: Upload Docs to Prod
35-
uses: cloudflare/wrangler-action@v3
35+
uses: thislight/wrangler-action@92fe592d19c4db56b6a2d4d08973e3d4181a777a
3636
with:
3737
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
3838
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

0 commit comments

Comments
 (0)