-
Notifications
You must be signed in to change notification settings - Fork 600
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: try to fix gitbook deploy after testing via ssh
- Loading branch information
Showing
3 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,15 +12,15 @@ ls | |
#npm run docs:api | ||
|
||
# Try to patch Gitbook's broken deep dependency on graceful-fs | ||
npm install npm@latest --save | ||
npm install --save gitbook-cli | ||
ls node_modules | ||
cd ./node_modules/gitbook-cli/node_modules/npm | ||
cd ./node_modules/npm | ||
npm install [email protected] --save | ||
cd ../../ | ||
ls | ||
ls ./bin | ||
./bin/gitbook.js fetch | ||
cd ../../ | ||
cd ./node_modules/gitbook-cli/node_modules/npm | ||
npm install [email protected] --save | ||
cd ../../../../ | ||
./node_modules/gitbook-cli/bin/gitbook.js fetch | ||
|
||
# Generate latest output | ||
# Clear previous output, generate new | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ | |
"-fontsettings", | ||
"github", | ||
"ga", | ||
"sitemap", | ||
"anchors" | ||
], | ||
"pluginsConfig": { | ||
|