Skip to content

feat: Add the reading-order model from docling-ibm-models [WIP] #929

feat: Add the reading-order model from docling-ibm-models [WIP]

feat: Add the reading-order model from docling-ibm-models [WIP] #929

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