We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f31035 commit fd9fd42Copy full SHA for fd9fd42
.github/workflows/deploy.yml
@@ -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.yml
@@ -18,9 +18,9 @@ jobs:
- name: Test build website
0 commit comments