We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f34d46 commit 9e6949cCopy full SHA for 9e6949c
.github/workflows/build-test.yml
@@ -29,8 +29,6 @@ jobs:
29
with:
30
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
31
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
32
- restore-keys: |
33
- ${{ runner.os }}-yarn-
34
35
- name: Cache install
36
uses: actions/cache@v1
.github/workflows/gh-pages.yml
@@ -33,8 +33,6 @@ jobs:
37
38
39
40
0 commit comments