Skip to content

Commit 2080c70

Browse files
committed
updata yarm deploy
1 parent 94d7dfb commit 2080c70

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@ jobs:
2020
fetch-depth: 0
2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: 18
24-
cache: yarn
23+
node-version: 20
24+
cache: npm
2525

2626
- name: Install dependencies
27-
run: yarn install --frozen-lockfile
27+
run: npm install
2828
- name: Build website
29-
run: yarn build
29+
run: npm run build
30+
3031

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

.yarn/install-state.gz

1.17 MB
Binary file not shown.

0 commit comments

Comments
 (0)