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 d84693f commit 2b63194Copy full SHA for 2b63194
.github/workflows/deploy.yaml
@@ -18,12 +18,12 @@ jobs:
18
- uses: actions/setup-node@v4
19
with:
20
node-version: 18
21
- cache: npm
+ cache: yarn
22
23
- name: Install dependencies
24
- run: npm ci
+ run: yarn install --frozen-lockfile
25
- name: Build website
26
- run: npm build
+ run: yarn 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