Skip to content

Feat: Add progress bar #361

Feat: Add progress bar

Feat: Add progress bar #361

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