Skip to content

Commit

Permalink
Update doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna2134 authored Jun 8, 2023
1 parent c04dcd8 commit 95854f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install depend
run: yarn install --frozen-lockfile --save-dev
- name: Build docs
run: npx typedoc src/*.ts
run: npx typedoc src/*.ts src/**/*.ts
- uses: actions/upload-pages-artifact@v1
with:
path: docs
Expand Down

0 comments on commit 95854f7

Please sign in to comment.