Skip to content

Commit

Permalink
おまけ・いんくるーど
Browse files Browse the repository at this point in the history
  • Loading branch information
huideyeren committed Sep 12, 2024
1 parent 3719004 commit 2753539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: MermaidのPNG化
run: ./mmdtopng.sh images
- name: EPUBの生成
run: REVIEW_CONFIG_FILE=config-epub-${{ env.MUKI }}.yml bundle exec rake epub
run: REVIEW_CATALOG_FILE=catalog-omake.yml REVIEW_CONFIG_FILE=config-epub-${{ env.MUKI }}.yml bundle exec rake epub
- name: 成果物のアップロード
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
- name: MermaidのPNG化
run: ./mmdtopng.sh images
- name: PDFの生成
run: REVIEW_VSCLI_OPTIONS="--timeout 600" REVIEW_CONFIG_FILE=config-ebook-${{ env.MUKI }}.yml REVIEW_VSCLI_USESANDBOX=true bundle exec rake vivliostyle
run: REVIEW_VSCLI_OPTIONS="--timeout 600" REVIEW_CONFIG_FILE=config-ebook-${{ env.MUKI }}.yml REVIEW_CATALOG_FILE=catalog-omake.yml REVIEW_VSCLI_USESANDBOX=true bundle exec rake vivliostyle
- name: 成果物のアップロード
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 2753539

Please sign in to comment.