Skip to content

Preparati i pacchetti per il rilascio (alpha) #1301

Preparati i pacchetti per il rilascio (alpha)

Preparati i pacchetti per il rilascio (alpha) #1301

Workflow file for this run

name: Test documentation build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test-docs:
runs-on: ubuntu-latest
concurrency: ci-test-docs-${{ github.ref }}
steps:
- uses: actions/checkout@v4
- name: Set up Node.js environment
uses: ./.github/actions/node_env_setup
with:
node-version: '22'
- name: Build documentation
run: pnpm storybook:build