Skip to content

Commit 76e044a

Browse files
authored
Update main.yml
1 parent 12652c1 commit 76e044a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
${{ runner.os }}-yarn-
4444
4545
- name: Build
46-
run: npm run build
46+
- run: yarn install --frozen-lockfile
47+
- run: yarn build
4748

4849
- name: Deploy
4950
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)