Skip to content

Commit 909eddb

Browse files
committed
test
1 parent ec4cc19 commit 909eddb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/releace.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,25 @@ on:
1212
jobs:
1313
build:
1414
name: Build
15-
runs-on: ubuntu-latest
15+
runs-on: macos-latest
1616
steps:
1717
- name: checkout master
1818
uses: actions/checkout@v2
1919
with:
2020
ref: master
2121
- name: install nodejs
2222
uses: actions/setup-node@v1
23+
24+
- name: install calibre
25+
run: |
26+
brew cask install calibre
2327
2428
- name: configue gitbook
2529
run: |
2630
npm install -g gitbook-cli
2731
gitbook install
2832
npm install -g gitbook-summary
33+
2934
- name: generate _book folder
3035
run: |
3136
book sm

0 commit comments

Comments
 (0)