Skip to content

docs: unify documentation workflows with improved validation #76

docs: unify documentation workflows with improved validation

docs: unify documentation workflows with improved validation #76

Workflow file for this run

name: Docs Preview
on:
pull_request:
types: [opened, synchronize, reopened]
paths:
- 'docs/**'
- '**.md'
- '.github/docs/**'
- '.github/workflows/docs-preview*.yaml'
- '.github/workflows/docs-unified*.yaml'
permissions:
contents: read
pull-requests: write
jobs:
# Simple and direct preview generation for PRs
docs-preview:
name: Generate Docs Preview
uses: ./.github/workflows/docs-unified.yaml
permissions:
contents: read
pull-requests: write
with:
preset: 'pr' # Use the PR preset with all the right configurations
# Skip link checking for faster preview
check-links: false