diff --git a/.github/workflows/cd-docs.yml b/.github/workflows/cd-docs.yml index 1ff7c4fc..bc03f2c7 100644 --- a/.github/workflows/cd-docs.yml +++ b/.github/workflows/cd-docs.yml @@ -4,6 +4,7 @@ on: push: branches: - "main" + - "chore-docs-search-fix" # FIX remove tmp condition jobs: build-deploy-docs: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2b21ed2..9f2977fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,7 @@ on: - "**" - "!main" - "!gh-pages" + - "!chore-docs-search-fix" # FIX remove tmp condition env: # disable keyring (https://github.com/actions/runner-images/issues/6185): diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0fc3ac7a..dd976ea3 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -14,10 +14,6 @@ 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 --dirty - + run: poetry run mkdocs gh-deploy --force