Skip to content

Commit

Permalink
Update GenerateDesignDocs.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Theron Halsey <[email protected]>
  • Loading branch information
theronhalsey authored Dec 8, 2023
1 parent da41f4d commit faf5786
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/GenerateDesignDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: JSDoc Action
uses: andstor/[email protected]
with:
source_dir: ../src
recurse: true
output_dir: ./out/src
utilsDocs:
runs-on: ubuntu-latest
steps:
- name: JSDoc Action
uses: andstor/[email protected]
with:
source_dir: utils
recurse: true
output_dir: ./out/utils

run: jsdoc ./src ./utils -r -d out

0 comments on commit faf5786

Please sign in to comment.