You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run: npm run generate:mintlify --workspace=pmxt-core
- name: Generate llms.txt
run: npm run docs:llms
- name: Check for uncommitted docs changes
run: |
# Exclude hosted-owned files — those are managed by hosted-pmxt's sync workflow.
if ! git diff --exit-code -- docs/ ':!docs/api-reference/openapi-hosted.json'; then
echo "::error::Docs are out of sync with core. Run 'npm run generate:openapi --workspace=pmxt-core && npm run generate:mintlify --workspace=pmxt-core && npm run docs:llms' and commit the result."