diff --git a/.github/workflows/api_doc.yml b/.github/workflows/api_doc.yml index e060933b..34ea331e 100644 --- a/.github/workflows/api_doc.yml +++ b/.github/workflows/api_doc.yml @@ -37,7 +37,7 @@ jobs: uses: actions/configure-pages@v4 - name: Build docs run: | - npm install -g jsdoc docdash + npm install npm run doc - name: Upload artifact uses: actions/upload-pages-artifact@v3