add readme to the doc

This commit is contained in:
Matthieu Baumann
2024-03-04 10:18:14 +01:00
parent 71e25d42f3
commit 3ae31a9c88
3 changed files with 8 additions and 3 deletions

View File

@@ -36,12 +36,12 @@ jobs:
- name: Build docs
run: |
npm install -g jsdoc
jsdoc src/js
npm run doc
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: './out'
path: './doc'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4