Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
fix: remove yarn cache (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
book000 authored Jun 13, 2023
1 parent 8ec4e0e commit b4357f0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/generate-page-preview-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,6 @@ jobs:
with:
node-version: 14

- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT

- name: Cache node_modules
uses: actions/cache@v2
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Install Japanese font
run: sudo apt install fonts-ipafont-gothic fonts-ipafont-mincho

Expand Down

0 comments on commit b4357f0

Please sign in to comment.