Skip to content

Commit c6f4f3f

Browse files
committed
gh action fix
1 parent a233696 commit c6f4f3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
cache: yarn
2020

2121
- name: Install dependencies
22-
run: yarn install --frozen-lockfile
22+
run: npm install
2323
- name: Build website
24-
run: yarn build
24+
run: npm run build
2525

2626
# Popular action to deploy to GitHub Pages:
2727
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus

0 commit comments

Comments
 (0)