Skip to content

Update dependency wrangler to v3.60.0 #70

Update dependency wrangler to v3.60.0

Update dependency wrangler to v3.60.0 #70

Workflow file for this run

name: Docs
on:
push:
branches:
- main
pull_request:
merge_group:
concurrency:
group: docs-${{ github.head_ref }}
cancel-in-progress: true
jobs:
build:
name: Build
runs-on: 'ubuntu-latest'
timeout-minutes: 15
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: jdx/mise-action@v2
with:
experimental: true
- run: pnpm install
- run: mise run docs:build