Update docs to use npm script for consistency

This commit is contained in:
Logan Cusano
2024-08-17 18:43:39 -04:00
parent 9f2ed48caf
commit 8f2891f5d8

View File

@@ -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