We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6846f7 commit d54376bCopy full SHA for d54376b
.github/workflows/build.yml
@@ -18,7 +18,6 @@ jobs:
18
- run: sudo apt update
19
- run: sudo apt install calibre-bin
20
- run: sudo npm install -g gitbook-cli
21
- - 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