Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
NickOvt committed Jan 22, 2025
1 parent 3a26130 commit 1f63c30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-pages-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
cache: npm
- name: Install dependencies
run: npm ci
- name: Generate MDX files and sidebar
run: npm run gen-api-docs all
- name: Build
run: npm run build
- name: Setup Pages
Expand Down

0 comments on commit 1f63c30

Please sign in to comment.