Skip to content

Commit 43dd303

Browse files
committed
fix: workflow cmd
1 parent 6bc1e85 commit 43dd303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install dependencies
4646
run: npm ci
4747
- name: Build website
48-
run: npm build
48+
run: npm run build
4949

5050
- name: Upload Build Artifact
5151
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)