Skip to content

fix: Disable the TOKENIZERS_PARALLELISM in test_e2e_ocr_conversion.py… #1317

fix: Disable the TOKENIZERS_PARALLELISM in test_e2e_ocr_conversion.py…

fix: Disable the TOKENIZERS_PARALLELISM in test_e2e_ocr_conversion.py… #1317

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