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:
Henry Schreiner
2023-06-28 16:11:34 -04:00
committed by GitHub
parent c8cd053b93
commit 77722acb25
2 changed files with 105 additions and 0 deletions

14
book/package.json Normal file
View 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"
}
}