CI: automatically update jsapi docs

Use a GitHub Action to keep the docs updated, the current onces are 14
month old and outdated.

Use latest jsdoc package

Add full URL to LuCI.html file in README.md

Ignore generated HTML files via .gitignore

Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
Paul Spooren
2021-10-06 16:35:46 -10:00
parent c1f972df1b
commit 56ef04849d
4 changed files with 40 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
"doc": "LC_ALL=C jsdoc -c jsdoc.conf.json -t node_modules/jaguarjs-jsdoc"
},
"devDependencies": {
"jsdoc": "^3.6.3",
"jaguarjs-jsdoc": "^1.1.0"
"jaguarjs-jsdoc": "^1.1.0",
"jsdoc": "^3.6.7"
}
}