summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/jsdoc.yml
AgeCommit message (Collapse)Author
2024-01-31house-keeping: Enable jsdoc workflow to run in forks also.Paul Donald
2024-01-30house-keeping: jsdoc migrate from GitHub deprecated node16 -> node20Paul Donald
GitHub currently warns with: Annotations 1 warning build Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
2024-01-30house-keeping: jsdoc reduce GitHub workload: run only when docs changePaul Donald
this will prevent a large amount of deploy: <sha> to openwrt/gh-pages branches when nothing there has changed Note: it may not be a bad idea to have docs compile at every commit, since docs do not change *that* often, and some action or process that breaks is likely noticed sooner if docs that compile continuously trigger any broken processes or workflows.
2023-04-01CI: update remaining outdated dependenciesTianling Shen
Ref: 63a5e3dcfc5e ("CI: update dependencies") Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-11-16CI: only run GitHub pages on the official repositoryGiovanni Giacobbi
Signed-off-by: Giovanni Giacobbi <giovanni@giacobbi.net>
2021-10-08CI: enable jekyll for docs for overview READMEPaul Spooren
the overview README contains links for the client and server side API, it's a markdown file and therefore requires jekyll to run. Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-10-08CI: use GITHUB_TOKEN for page deploymentPaul Spooren
The token is set automatically when running on the master branch, no personal access token is required. Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-10-08CI: automatically update jsapi docsPaul Spooren
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>