Skip to content

Commit eb3dfcf

Browse files
committed
test
1 parent 909eddb commit eb3dfcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/releace.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323

2424
- name: install calibre
2525
run: |
26-
brew cask install calibre
26+
brew install calibre
2727
2828
- name: configue gitbook
2929
run: |
3030
npm install -g gitbook-cli
3131
gitbook install
3232
npm install -g gitbook-summary
33-
33+
3434
- name: generate _book folder
3535
run: |
3636
book sm

0 commit comments

Comments
 (0)