mirror of
https://github.com/yihong0618/bilingual_book_maker.git
synced 2025-07-20 09:00:05 +00:00
fix: test five
This commit is contained in:
parent
671957f0b4
commit
1ad276808b
2
.github/workflows/make_test_ebook.yaml
vendored
2
.github/workflows/make_test_ebook.yaml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
run: pip install -r requirements.txt
|
||||
- name: make test ebook
|
||||
if: env.OPENAI_API_KEY != null
|
||||
run: python3 make_book.py --book_name "test_books/${{ env.EPUB_FILENAME_BASE}}.epub" --no_limit --test --test_num 2 --language zh-hans --openai_key ${{secrets.OPENAI_API_KEY }}
|
||||
run: python3 make_book.py --book_name "test_books/${{ env.EPUB_FILENAME_BASE}}.epub" --no_limit --test --test_num 5 --language zh-hans
|
||||
- name: Rename and Upload ePub
|
||||
if: env.OPENAI_API_KEY != null
|
||||
uses: actions/upload-artifact@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user