Skip to content

Commit

Permalink
Fix typedoc CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed Jun 6, 2024
1 parent a640681 commit ba0bec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# working-directory: ./docs
run: |
pnpm i
pnpx typedoc webview-src/index.ts
pnpx typedoc guest-js/
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ yarn.lock
/target
Cargo.lock
node_modules/
docs/

0 comments on commit ba0bec3

Please sign in to comment.