We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac9ceb0 commit 292f4a9Copy full SHA for 292f4a9
.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