We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f8e53f commit facdb46Copy full SHA for facdb46
.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
.github/workflows/test-deploy.yml
@@ -23,4 +23,4 @@ jobs:
- name: Test build website
0 commit comments