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 9833be4 commit 75a3486Copy full SHA for 75a3486
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: npm ci
23
- name: Build website
24
- run: npm build
+ run: npm run build
25
26
- name: Upload Build Artifact
27
uses: actions/upload-pages-artifact@v3
0 commit comments