Skip to content

docs: Fix the path to the run_with_accelerator.py example (#608) #621

docs: Fix the path to the run_with_accelerator.py example (#608)

docs: Fix the path to the run_with_accelerator.py example (#608) #621

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