diff --git a/.gitea/workflows/DRBv3_docs.yaml b/.gitea/workflows/DRBv3_docs.yaml index e689f8b..ceebd42 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 run docs + run: npm run docs - name: Checkout the wiki repository uses: actions/checkout@v4