Skip to content

Commit c4b8865

Browse files
committed
added action to generate llms.txt
1 parent 42856fd commit c4b8865

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/docs.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ jobs:
1414
- uses: ./.github/actions/setup-poetry
1515
- name: Build docs
1616
run: poetry run mkdocs build --verbose --clean
17+
- name: Make docs LLM ready
18+
if: inputs.deploy
19+
uses: demodrive-ai/llms-txt-action@v1
1720
- name: Build and push docs
1821
if: inputs.deploy
19-
run: poetry run mkdocs gh-deploy --force
20-
22+
run: poetry run mkdocs gh-deploy --force --dirty
23+

0 commit comments

Comments
 (0)