We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd06f7 commit 038c8f8Copy full SHA for 038c8f8
.github/workflows/deploy.yml
@@ -21,9 +21,9 @@ jobs:
21
cache: npm
22
23
- name: Install dependencies
24
- run: npm install --frozen-lockfile
+ run: npm ci
25
- name: Build website
26
- run: npm build
+ run: npm run build
27
28
- name: Upload Build Artifact
29
uses: actions/upload-pages-artifact@v3
.github/workflows/test-deploy.yml
@@ -21,6 +21,6 @@ jobs:
- name: Test build website
0 commit comments