Skip to content

Commit fc0586d

Browse files
committed
fix deploy
1 parent 2deb78f commit fc0586d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install dependencies
4040
run: npm ci
4141
- name: Build
42-
run: npm run build
42+
run: yarn run build
4343
- name: Setup Pages
4444
uses: actions/configure-pages@v4
4545
- name: Upload artifact

0 commit comments

Comments
 (0)