mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-09 05:08:14 +00:00
docs: add use docling (#150)
--------- Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com> Co-authored-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
This commit is contained in:
17
.github/workflows/cd.yml
vendored
17
.github/workflows/cd.yml
vendored
@@ -10,19 +10,14 @@ env:
|
||||
PYTHON_KEYRING_BACKEND: keyring.backends.null.Keyring
|
||||
|
||||
jobs:
|
||||
# To be enabled when we add docs
|
||||
# docs:
|
||||
# permissions:
|
||||
# contents: write
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@v3
|
||||
# - uses: ./.github/actions/setup-poetry
|
||||
# - name: Build and push docs
|
||||
# run: poetry run mkdocs gh-deploy --force
|
||||
|
||||
code-checks:
|
||||
uses: ./.github/workflows/checks.yml
|
||||
build-deploy-docs:
|
||||
uses: ./.github/workflows/docs.yml
|
||||
with:
|
||||
deploy: true
|
||||
permissions:
|
||||
contents: write
|
||||
pre-release-check:
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
|
||||
Reference in New Issue
Block a user