We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc8ed84 commit 2500f1eCopy full SHA for 2500f1e
.github/workflows/build.yml
@@ -20,5 +20,10 @@ jobs:
20
uses: actions/setup-node@v2
21
with:
22
node-version: ${{ matrix.node-version }}
23
+ - name: Cache node_modules
24
+ uses: actions/cache@v2
25
+ with:
26
+ path: '**/node_modules'
27
+ key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
28
- name: Before deploy
29
run: npm run docs
0 commit comments