Skip to content

Commit

Permalink
feat: optimise website building and incorrect links. (#762)
Browse files Browse the repository at this point in the history
Signed-off-by: rqzheng2015 <[email protected]>
  • Loading branch information
rqzheng2015 authored and targeral committed Jun 10, 2022
1 parent 4f1106e commit 93a3137
Show file tree
Hide file tree
Showing 17 changed files with 2,358 additions and 1,610 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: pnpm install --ignore-scripts

- name: Build Website
run: cd website && npm run build:nodejieba && npm run build
run: cd website && npm run build

- name: Deploy 🚀
uses: JamesIves/[email protected]
Expand Down
Loading

0 comments on commit 93a3137

Please sign in to comment.