Skip to content

Commit 3f9757f

Browse files
committed
disable upload of mobi file
We can no longer generate mobi/kf8 files
1 parent 26e7c3f commit 3f9757f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ruby.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,16 @@ jobs:
6767
asset_path: ./progit.epub
6868
asset_name: progit.epub
6969
asset_content_type: application/epub+zip
70-
- name: Upload mobi
71-
id: upload-mobi
72-
uses: actions/upload-release-asset@v1
73-
env:
74-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
75-
with:
76-
upload_url: ${{ steps.create_release.outputs.upload_url }}
77-
asset_path: ./progit.mobi
78-
asset_name: progit.mobi
79-
asset_content_type: application/x-mobipocket-ebook
70+
# - name: Upload mobi
71+
# id: upload-mobi
72+
# uses: actions/upload-release-asset@v1
73+
# env:
74+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
75+
# with:
76+
# upload_url: ${{ steps.create_release.outputs.upload_url }}
77+
# asset_path: ./progit.mobi
78+
# asset_name: progit.mobi
79+
# asset_content_type: application/x-mobipocket-ebook
8080
- name: Upload pdf
8181
id: upload-pdf
8282
uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)