mirror of
https://github.com/CLIUtils/CLI11.git
synced 2026-01-19 04:52:08 +00:00
ci: add docs build to GHA (#897)
Restoring the docs build after we lost it with Travis. Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
14
book/package.json
Normal file
14
book/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "cli11-gitbook",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"gitbook-cli": "2.2.0",
|
||||
"gitbook-plugin-hints": "^1.0.2",
|
||||
"gitbook-plugin-include-codeblock": "^3.2.2",
|
||||
"gitbook-plugin-term": "^0.5.1",
|
||||
"svgexport": ">=0.4.2"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "npx gitbook fetch 3.2.3 && npx gitbook install"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user