fix: Update docling-parse-v2 backend version with new parsing fixes (… #109
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Run Docs CD" | |
on: | |
push: | |
branches: | |
- "main" | |
jobs: | |
build-deploy-docs: | |
uses: ./.github/workflows/docs.yml | |
with: | |
deploy: true | |
permissions: | |
contents: write |