mirror of
https://github.com/DS4SD/docling.git
synced 2025-08-03 07:52:20 +00:00
ci: added action in docs.yml to generate llms.txt
Signed-off-by: Selvam Palanimalai <selvam.palanimalai@gmail.com>
This commit is contained in:
parent
42856fdf79
commit
f4db1b8cce
5
.github/workflows/docs.yml
vendored
5
.github/workflows/docs.yml
vendored
@ -14,7 +14,10 @@ jobs:
|
|||||||
- uses: ./.github/actions/setup-poetry
|
- uses: ./.github/actions/setup-poetry
|
||||||
- name: Build docs
|
- name: Build docs
|
||||||
run: poetry run mkdocs build --verbose --clean
|
run: poetry run mkdocs build --verbose --clean
|
||||||
|
- name: Make docs LLM ready
|
||||||
|
if: inputs.deploy
|
||||||
|
uses: demodrive-ai/llms-txt-action@v1
|
||||||
- name: Build and push docs
|
- name: Build and push docs
|
||||||
if: inputs.deploy
|
if: inputs.deploy
|
||||||
run: poetry run mkdocs gh-deploy --force
|
run: poetry run mkdocs gh-deploy --force --dirty
|
||||||
|
|
Loading…
Reference in New Issue
Block a user