We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 067e5dc commit cf84dfaCopy full SHA for cf84dfa
.github/workflows/deploy.yaml
@@ -18,12 +18,12 @@ jobs:
18
- uses: actions/setup-node@v4
19
with:
20
node-version: 18
21
- cache: yarn
+ cache: npm
22
23
- name: Install dependencies
24
- run: yarn install --frozen-lockfile
+ run: npm ci
25
- name: Build website
26
- run: yarn build
+ run: npm run build
27
28
- name: Upload Build Artifact
29
uses: actions/upload-pages-artifact@v3
.github/workflows/test-deploy.yaml
@@ -18,9 +18,9 @@ jobs:
- name: Test build website
0 commit comments