Skip to content

Fix for table span compute in vlm_pipeline #775

Fix for table span compute in vlm_pipeline

Fix for table span compute in vlm_pipeline #775

Workflow file for this run

name: "Run Docs CI"
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- "**"
- "!gh-pages"
jobs:
build-docs:
if: ${{ github.event_name == 'push' || (github.event.pull_request.head.repo.full_name != 'DS4SD/docling' && github.event.pull_request.head.repo.full_name != 'ds4sd/docling') }}
uses: ./.github/workflows/docs.yml
with:
deploy: false