Skip to content

Commit

Permalink
ci: install api-documenter/extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyu2001 committed Jul 22, 2024
1 parent 9da4cb7 commit fca2d4d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
scope: "@opengovsg"

- name: Install Dependencies
run: pnpm i --frozen-lockfile
run: |
pnpm i --frozen-lockfile
npm install -g @microsoft/api-documenter
npm install -g @microsoft/api-extractor
- name: Check API report
run: pnpm ci:report
Expand Down

0 comments on commit fca2d4d

Please sign in to comment.