Skip to content

Commit 40485ac

Browse files
committed
ふぃx
1 parent 0a0315a commit 40485ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
- name: Rubyのパッケージをインストール
237237
run: bundle install
238238
- name: PDFの生成
239-
run: REVIEW_CONFIG_FILE=config-udonbook-${{ env.MUKI }}.yml REVIEW_VSCLI_USESANDBOX=true REVIEW_VSCLI_OPTIONS="--timeout 900" bundle exec rake vivliostyle
239+
run: REVIEW_CONFIG_FILE=config-udonbook-${{ env.MUKI }}.yml REVIEW_VSCLI_USESANDBOX=true REVIEW_VSCLI_OPTIONS="--timeout 3000" bundle exec rake vivliostyle
240240
- name: 画像の生成
241241
run: mkdir distimages && cp book.pdf images/frontcover.png images/backcover.png ./distimages && cd ./distimages && pdftoppm -png book.pdf dist -scale-to-x 726 -scale-to-y 1024 && cd .. && ls -la ./distimages
242242
- name: 成果物のアップロード

0 commit comments

Comments
 (0)