mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2025-12-12 15:49:18 -08:00
add readme to the doc
This commit is contained in:
4
.github/workflows/api_doc.yml
vendored
4
.github/workflows/api_doc.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user