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 fda848b commit c58f568Copy full SHA for c58f568
.github/workflows/gh-deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/setup-node@v3
22
with:
23
node-version: 16
24
- #cache: npm
+ cache: npm
25
- run: npm i
26
- name: Build
27
run: npm run docs:build
0 commit comments