diff --git a/README.md b/README.md index 0522ee845..307220cf1 100644 --- a/README.md +++ b/README.md @@ -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