From 1ad276808bdff07df43b8ec8cc0472c35061f20f Mon Sep 17 00:00:00 2001 From: yihong0618 Date: Sun, 5 Mar 2023 12:23:02 +0800 Subject: [PATCH] fix: test five --- .github/workflows/make_test_ebook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make_test_ebook.yaml b/.github/workflows/make_test_ebook.yaml index 588b5d4..c87fa6d 100644 --- a/.github/workflows/make_test_ebook.yaml +++ b/.github/workflows/make_test_ebook.yaml @@ -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