There was an error while loading. Please reload this page.
1 parent a66df51 commit d6846f7Copy full SHA for d6846f7
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
- run: sudo apt update
19
- run: sudo apt install calibre-bin
20
- run: sudo npm install -g gitbook-cli
21
- - run: npm clean cache --force # https://github.com/nodejs/help/issues/2874
+ - run: npm cache clean --force # https://github.com/nodejs/help/issues/2874
22
- run: gitbook install
23
- run: mkdir output
24
- run: gitbook pdf . ./output/typescript-book-${SHA}.pdf
0 commit comments