diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2733b522..5eba4560 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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 - \ No newline at end of file + run: poetry run mkdocs gh-deploy --force --dirty +