We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc1e85 commit 43dd303Copy full SHA for 43dd303
.github/workflows/docs.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Install dependencies
46
run: npm ci
47
- name: Build website
48
- run: npm build
+ run: npm run build
49
50
- name: Upload Build Artifact
51
uses: actions/upload-pages-artifact@v3
0 commit comments