docling/.github/workflows/ci-docs.yml
Michele Dolfi 7e8288ca01 chore: rename org
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
2025-03-13 21:02:16 +01:00

17 lines
430 B
YAML

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 != 'docling-project/docling' && github.event.pull_request.head.repo.full_name != 'docling-project/docling') }}
uses: ./.github/workflows/docs.yml
with:
deploy: false