Skip to content

Commit

Permalink
ci: added action to generate llms.txt (#701)
Browse files Browse the repository at this point in the history
* ci: added action in docs.yml to generate llms.txt

Signed-off-by: Selvam Palanimalai <[email protected]>

* ci: pinning llms-txt action version as per PR feedback

Signed-off-by: Selvam Palanimalai <[email protected]>

---------

Signed-off-by: Selvam Palanimalai <[email protected]>
  • Loading branch information
chartotu19 authored Jan 20, 2025
1 parent 670a08b commit e4c7210
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ 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

run: poetry run mkdocs gh-deploy --force --dirty

0 comments on commit e4c7210

Please sign in to comment.