Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
# Since we're only publishing rustdoc output there is no root page, we can instead redirect to an arbitrary crate.
- run: echo '/ /veecle_os/' > target/doc/_redirects
- id: wrangler
uses: cloudflare/wrangler-action@v3
uses: cloudflare/wrangler-action@v4
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ vars.CF_ACCOUNT_ID }}
Expand All @@ -141,7 +141,7 @@ jobs:
name: user-manual
path: docs/user-manual/book
- id: wrangler
uses: cloudflare/wrangler-action@v3
uses: cloudflare/wrangler-action@v4
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ vars.CF_ACCOUNT_ID }}
Expand All @@ -166,7 +166,7 @@ jobs:
name: veecle-telemetry-ui-wasm
path: veecle-telemetry-ui/dist
- id: wrangler
uses: cloudflare/wrangler-action@v3
uses: cloudflare/wrangler-action@v4
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ vars.CF_ACCOUNT_ID }}
Expand Down
Loading