Skip to content

docs: move it-sticky docs to mdx version #671

docs: move it-sticky docs to mdx version

docs: move it-sticky docs to mdx version #671

Workflow file for this run

name: Test documentation build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test-docs:
runs-on: ubuntu-latest
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