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 8efc3bf commit 3070a38Copy full SHA for 3070a38
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install dependencies
24
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
0 commit comments