Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- run: mise run docs:build

- name: Deploy
uses: cloudflare/wrangler-action@v3
uses: cloudflare/wrangler-action@v4
with:
apiToken: ${{ secrets.CLOUDFLARE_PAGES_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_PAGES_ACCOUNT_ID }}
Expand Down
1 change: 1 addition & 0 deletions docs/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ allowBuilds:
core-js-pure: false
esbuild: false
puppeteer: false

Comment thread
hanabi1224 marked this conversation as resolved.
Outdated
blockExoticSubdeps: true
resolutionMode: "time-based"
minimumReleaseAge: 10080 # 7 days
Expand Down
1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ blockExoticSubdeps: true
allowBuilds:
esbuild: false
workerd: false
sharp: false
Loading