Skip to content

feat: Extracting picture data for raster images found in PPTX #228

feat: Extracting picture data for raster images found in PPTX

feat: Extracting picture data for raster images found in PPTX #228

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