Skip to content

Commit

Permalink
#1 add node lock
Browse files Browse the repository at this point in the history
  • Loading branch information
hailiang-wang committed Nov 29, 2023
1 parent 49ef6b7 commit 190b80f
Show file tree
Hide file tree
Showing 4 changed files with 14,917 additions and 12,006 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
cache: npm

- name: Install dependencies
run: corepack enable && yarn install && npm install -g docusaurus
run: npm ci

- name: Build website
run: npm run build && mkdir -p build/.github/workflows && cp .github/workflows/gitee.yml build/.github/workflows && ls ./build/.github/workflows
Expand Down
Loading

0 comments on commit 190b80f

Please sign in to comment.