Skip to content

Commit

Permalink
#1 install docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
hailiang-wang committed Nov 29, 2023
1 parent d2fa9f7 commit 49ef6b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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
run: corepack enable && yarn install && npm install -g docusaurus

- 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
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,9 @@ dist/

npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn-error.log*


.pnp.*
.yarn/
.yarnrc.yml

0 comments on commit 49ef6b7

Please sign in to comment.