Added goose doc map md file for goose agent to find relevant doc easily. (#6598)

This commit is contained in:
Lifei Zhou
2026-01-22 08:49:26 +11:00
committed by GitHub
parent 78d0f44067
commit 69d2f8c92a
8 changed files with 295 additions and 92 deletions
@@ -46,8 +46,13 @@ jobs:
INKEEP_ORG_ID: ${{ secrets.INKEEP_ORG_ID }}
run: |
npm install
npm test
npm run build
- name: Verify docs map was generated
working-directory: ./documentation
run: ./scripts/verify-build.sh
- name: Checkout gh-pages branch
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
continue-on-error: true # Branch may not exist on first deploy or in forks