Skip to content

Commit

Permalink
Add JSDoc plugin to workflow
Browse files Browse the repository at this point in the history
The `jsdoc-tsimport-plugin` probably needs to be actually installed during the workflow run in order to be accessed :P
  • Loading branch information
anjo0803 committed May 11, 2024
1 parent 5d59990 commit cfca158
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Install tsimport Plugin
run: npm i jsdoc-tsimport-plugin --save-dev

- name: Generate Docs
uses: andstor/jsdoc-action@v1
with:
Expand Down

0 comments on commit cfca158

Please sign in to comment.