Skip to content

Commit

Permalink
Re2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yue-cn committed Aug 15, 2024
1 parent 2103bf5 commit 9489489
Show file tree
Hide file tree
Showing 28 changed files with 117 additions and 5,895 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
env:
NODE_OPTIONS: --max_old_space_size=8192
run: |-
npm run docs:build
npm run build
> src/.vuepress/dist/.nojekyll
- name: 部署文档
Expand Down
18 changes: 13 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@

node_modules/
src/.vuepress/.cache/
src/.vuepress/.temp/
src/.vuepress/dist/
pids
logs
node_modules
npm-debug.log
coverage/
run
dist
.DS_Store
.nyc_output
.basement
config.local.js
basement_dist
.vercel
Loading

0 comments on commit 9489489

Please sign in to comment.