Skip to content

Commit 17e25e3

Browse files
committed
test
1 parent eb3dfcf commit 17e25e3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/releace.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,11 @@ jobs:
3131
gitbook install
3232
npm install -g gitbook-summary
3333
34-
- name: generate _book folder
34+
- name: generate pdf file
3535
run: |
3636
book sm
3737
ln -s -f SUMMARY.md README.md
3838
gitbook pdf
39-
gitbook epub
4039
4140
deploy:
4241
runs-on: ubuntu-latest
@@ -48,6 +47,5 @@ jobs:
4847
env:
4948
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
5049
with:
51-
upload_url: ${{ needs.create_release.outputs.upload_url }}
5250
asset_path: book.pdf
5351
asset_name: book.pdf

0 commit comments

Comments
 (0)