From 2551498d2e010e51fcd5a7f1c9cb32adc29a6d95 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sat, 17 Aug 2024 19:07:23 -0400 Subject: [PATCH] update npx -> npm --- .gitea/workflows/DRBv3_docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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