mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-30 14:04:27 +00:00
15 lines
197 B
YAML
15 lines
197 B
YAML
name: "Run Docs CD"
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- "main"
|
|
|
|
jobs:
|
|
build-deploy-docs:
|
|
uses: ./.github/workflows/docs.yml
|
|
with:
|
|
deploy: true
|
|
permissions:
|
|
contents: write
|