fix doc deploy workflow

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

View File

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