Skip to content

Commit

Permalink
fix doc deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatthieu3 committed Sep 24, 2024
1 parent f79d47d commit ec54ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/configure-pages@v4
- name: Build docs
run: |
npm install -g jsdoc
npm install -g jsdoc docdash
npm run doc
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit ec54ca5

Please sign in to comment.