Skip to content

Update actions/checkout digest to 0ad4b8f #10

Update actions/checkout digest to 0ad4b8f

Update actions/checkout digest to 0ad4b8f #10

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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
- uses: jdx/mise-action@v2
with:
experimental: true
- run: pnpm install
- run: mise run docs:build