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.
2 parents ba57e16 + 21379b7 commit 6051a8dCopy full SHA for 6051a8d
.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