We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0315a commit 40485acCopy full SHA for 40485ac
.github/workflows/jobs.yml
@@ -236,7 +236,7 @@ jobs:
236
- name: Rubyのパッケージをインストール
237
run: bundle install
238
- 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
+ run: REVIEW_CONFIG_FILE=config-udonbook-${{ env.MUKI }}.yml REVIEW_VSCLI_USESANDBOX=true REVIEW_VSCLI_OPTIONS="--timeout 3000" bundle exec rake vivliostyle
240
- name: 画像の生成
241
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
242
- name: 成果物のアップロード
0 commit comments