Skip to content

Commit

Permalink
update setup process.
Browse files Browse the repository at this point in the history
  • Loading branch information
huideyeren committed Aug 27, 2024
1 parent 83a5e8d commit 26f851d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 85 deletions.
73 changes: 0 additions & 73 deletions .github/actions/Dockerfile

This file was deleted.

5 changes: 0 additions & 5 deletions .github/actions/action.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/actions/entrypoint.sh

This file was deleted.

15 changes: 11 additions & 4 deletions .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
vivliostyle-dockerfile:
# needs: reviewdog-github-check
name: Make PDF at Vivliostyle
runs-on: ubuntu-latest
runs-on: ghcr.io/huideyeren/vivliostyle-review-docker:5d69b10
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
Expand All @@ -248,9 +248,16 @@ jobs:
# '%Y-%m-%d %H:%M'の部分を書き換えれば、任意の表示に変更できる。
- name: Show date and time
run: echo ${{ steps.date.outputs.date }} # 2022-01-03 10:42
- name: Build Book
uses: ./.github/actions/
id: build-book
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Grayscaling images.
run: pip3 install anshitsu && pwd | python3 grayscaling.py >> .grayscaling.log
- name: Show .grayscaling.log
run: cat .grayscaling.log
- name: Build PDF.
run: REVIEW_CONFIG_FILE=config-vivliostyle.yml REVIEW_VSCLI_USESANDBOX=true bundle exec rake vivliostyle
- name: Upload artifact.
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 26f851d

Please sign in to comment.