Skip to content

Commit ceea144

Browse files
committed
fix: build
1 parent 0a01079 commit ceea144

File tree

4 files changed

+25188
-7716
lines changed

4 files changed

+25188
-7716
lines changed

.github/workflows/deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
3737
- name: Build
3838
run: |
39-
yarn install
40-
yarn build
41-
yarn export
39+
npm run install
40+
npm run build
41+
npm run export
4242
4343
- name: Deploy
4444
uses: peaceiris/actions-gh-pages@v3

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ yarn-error.log*
3333

3434
# vercel
3535
.vercel
36+
yarn.lock

0 commit comments

Comments
 (0)