Skip to content

Commit d514747

Browse files
committed
fix(ci): wrong build script
1 parent 6f91b86 commit d514747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: yarn install --frozen-lockfile
2626
- name: Build website
27-
run: yarn build
27+
run: yarn docs build
2828

2929
- name: Upload Build Artifact
3030
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)