diff --git a/.gitea/workflows/DRBv3_docs.yaml b/.gitea/workflows/DRBv3_docs.yaml index 791840b..e689f8b 100644 --- a/.gitea/workflows/DRBv3_docs.yaml +++ b/.gitea/workflows/DRBv3_docs.yaml @@ -27,7 +27,7 @@ jobs: run: npm install - name: Generate JSDoc - run: npx jsdoc -c jsdoc.json -d docs + run: npx run docs - name: Checkout the wiki repository uses: actions/checkout@v4