Skip to content

Commit d6846f7

Browse files
authored
Update build.yml
1 parent a66df51 commit d6846f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: sudo apt update
1919
- run: sudo apt install calibre-bin
2020
- run: sudo npm install -g gitbook-cli
21-
- run: npm clean cache --force # https://github.com/nodejs/help/issues/2874
21+
- run: npm cache clean --force # https://github.com/nodejs/help/issues/2874
2222
- run: gitbook install
2323
- run: mkdir output
2424
- run: gitbook pdf . ./output/typescript-book-${SHA}.pdf

0 commit comments

Comments
 (0)