Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinlic committed Apr 27, 2024
1 parent 5fcfd47 commit 4627a36
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1,373 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# GitHub 密钥
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
# 指定仓库
REPOSITORY_NAME: LLM-Red-Team/free-api.gitee.io
REPOSITORY_NAME: LLM-Red-Team/free-api
# GitHub Pages 读取的分支
BRANCH: gh-pages
# 静态文件所在目录
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default defineConfig({
label: "本页目录",
},

socialLinks: [{ icon: "github", link: "https://github.com/SuYxh/free-api-docs" }],
socialLinks: [{ icon: "github", link: "https://github.com/LLM-Red-Team/free-api" }],

footer: {
message: "你相信光吗",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"url": "git+https://github.com/LLM-Red-Team"
},
"bugs": {
"url": "https://github.com/SuYxh/free-api-docs/issues"
"url": "https://github.com/LLM-Red-Team/free-api-docs/issue"
},
"license": "MIT",
"homepage": "https://github.com/SuYxh/free-api-docs#readme",
"homepage": "https://github.com/LLM-Red-Team/free-api-docs#readme",
"author": "dahuang <[email protected]>",
"scripts": {
"dev": "cross-env NODE_ENV=development vitepress dev docs",
"build": "vitepress build docs",
"build:github": "cross-env APP_BASE_PATH=/free-api-docs/ pnpm build",
"build:github": "cross-env APP_BASE_PATH=/free-api/ pnpm build",
"lint": "prettier --write .",
"prepare": "husky install"
},
Expand Down
Loading

0 comments on commit 4627a36

Please sign in to comment.