mirror of
https://github.com/DS4SD/docling.git
synced 2025-08-02 07:22:14 +00:00
chore: check docs search fix
Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
This commit is contained in:
parent
6d3fea0196
commit
0d0be388fc
1
.github/workflows/cd-docs.yml
vendored
1
.github/workflows/cd-docs.yml
vendored
@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
- "chore-docs-search-fix" # FIX remove tmp condition
|
||||
|
||||
jobs:
|
||||
build-deploy-docs:
|
||||
|
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -8,6 +8,7 @@ on:
|
||||
- "**"
|
||||
- "!main"
|
||||
- "!gh-pages"
|
||||
- "!chore-docs-search-fix" # FIX remove tmp condition
|
||||
|
||||
env:
|
||||
# disable keyring (https://github.com/actions/runner-images/issues/6185):
|
||||
|
6
.github/workflows/docs.yml
vendored
6
.github/workflows/docs.yml
vendored
@ -14,10 +14,6 @@ jobs:
|
||||
- uses: ./.github/actions/setup-poetry
|
||||
- name: Build docs
|
||||
run: poetry run mkdocs build --verbose --clean
|
||||
- name: Make docs LLM ready
|
||||
if: inputs.deploy
|
||||
uses: demodrive-ai/llms-txt-action@ad720693843126e6a73910a667d0eba37c1dea4b
|
||||
- name: Build and push docs
|
||||
if: inputs.deploy
|
||||
run: poetry run mkdocs gh-deploy --force --dirty
|
||||
|
||||
run: poetry run mkdocs gh-deploy --force
|
||||
|
Loading…
Reference in New Issue
Block a user