Skip to content

Commit

Permalink
disable typedoc for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pablof7z committed Jan 3, 2025
1 parent b2ef838 commit e44bd16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
run: pnpm install # or pnpm install / yarn install / bun install
- name: Build with VitePress
run: pnpm docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
- name: Build typedoc
run: cd ndk && pnpm typedoc --out ../docs/.vitepress/dist/api
# - name: Build typedoc
# run: cd ndk && pnpm typedoc --out ../docs/.vitepress/dist/api
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit e44bd16

Please sign in to comment.