📝 Use another template for jsdoc
This commit is contained in:
parent
c2c7efce59
commit
e3e5181deb
2 changed files with 2 additions and 2 deletions
2
.github/workflows/jsdoc-deploy.yml
vendored
2
.github/workflows/jsdoc-deploy.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
output_dir: ./docs
|
output_dir: ./docs
|
||||||
config_file: .jsdoc.json
|
config_file: .jsdoc.json
|
||||||
template: Androz2091/minami
|
template: Androz2091/jsdoc-skyceil
|
||||||
front_page: README.md
|
front_page: README.md
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
|
|
|
@ -45,6 +45,6 @@
|
||||||
"eslint-plugin-promise": "^4.2.1",
|
"eslint-plugin-promise": "^4.2.1",
|
||||||
"eslint-plugin-standard": "^4.0.1",
|
"eslint-plugin-standard": "^4.0.1",
|
||||||
"jsdoc": "^3.6.3",
|
"jsdoc": "^3.6.3",
|
||||||
"minami": "Androz2091/minami"
|
"jsdoc-skyceil": "Androz2091/jsdoc-skyceil"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue