Skip to content

Commit

Permalink
ci: added action in docs.yml to generate llms.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Selvam Palanimalai <selvam.palanimalai@gmail.com>
  • Loading branch information
chartotu19 committed Jan 7, 2025
1 parent 42856fd commit f4db1b8
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@v1
- 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 f4db1b8

Please sign in to comment.