mirror of
https://github.com/DS4SD/docling.git
synced 2025-08-02 07:22:14 +00:00
ci: pinning llms-txt action version as per PR feedback
Signed-off-by: Selvam Palanimalai <selvam.palanimalai@gmail.com>
This commit is contained in:
parent
f4db1b8cce
commit
e56abc6c50
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
run: poetry run mkdocs build --verbose --clean
|
run: poetry run mkdocs build --verbose --clean
|
||||||
- name: Make docs LLM ready
|
- name: Make docs LLM ready
|
||||||
if: inputs.deploy
|
if: inputs.deploy
|
||||||
uses: demodrive-ai/llms-txt-action@v1
|
uses: demodrive-ai/llms-txt-action@ad720693843126e6a73910a667d0eba37c1dea4b
|
||||||
- name: Build and push docs
|
- name: Build and push docs
|
||||||
if: inputs.deploy
|
if: inputs.deploy
|
||||||
run: poetry run mkdocs gh-deploy --force --dirty
|
run: poetry run mkdocs gh-deploy --force --dirty
|
||||||
|
Loading…
Reference in New Issue
Block a user