Skip to content

Commit

Permalink
docs: Enhance cache key (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Apr 17, 2020
1 parent 63cdebd commit f1ebad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -715,9 +715,9 @@ jobs:
uses: actions/cache@v1
with:
path: ${{ steps.yarn-cache.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
key: ${{ runner.os }}-website-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
${{ runner.os }}-website-
- run: yarn install
- run: yarn build
Expand Down

0 comments on commit f1ebad9

Please sign in to comment.