mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
Added goose doc map md file for goose agent to find relevant doc easily. (#6598)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user