fix doc deploy workflow

This commit is contained in:
Matthieu Baumann
2024-09-24 23:38:25 +02:00
parent f79d47d61e
commit ec54ca5625

View File

@@ -37,7 +37,7 @@ jobs:
uses: actions/configure-pages@v4
- name: Build docs
run: |
npm install -g jsdoc
npm install -g jsdoc docdash
npm run doc
- name: Upload artifact
uses: actions/upload-pages-artifact@v3