Skip to content

Commit

Permalink
deploy测试
Browse files Browse the repository at this point in the history
  • Loading branch information
byeaxj committed May 9, 2024
1 parent 3961c84 commit 9e5783d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: ${{ matrix.node-version }} # 版本
- name: Build-and-deploy # 步骤3
run: |
remote_addr=https://github.com/beiklive/beiklive.github.io
remote_addr=`git remote get-url --push origin`
commit_info=`git describe --all --always --long`
user_name=`git log -1 --pretty=format:'%an'`
user_email=`git log -1 --pretty=format:'%ae'`
Expand Down
22 changes: 11 additions & 11 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,19 +165,20 @@
},
"active": "da9ca8a590533596",
"lastOpenFiles": [
"node_modules/@types/webpack-dev-server/node_modules/http-proxy-middleware/dist/handlers/index.d.ts",
"node_modules/connect-history-api-fallback/package.json",
"node_modules/anymatch/index.d.ts",
"node_modules/anymatch/package.json",
"node_modules/cookiejar/package.json",
"node_modules/@types/q/index.d.ts",
"node_modules/@types/markdown-it/lib/parser_inline.d.ts",
"node_modules/@types/markdown-it/lib/parser_block.d.ts",
"node_modules/@types/markdown-it/lib/ruler.d.ts",
"node_modules/@types/markdown-it/lib/parser_core.d.ts",
"node_modules/@types/markdown-it/lib/renderer.d.ts",
"beiklive/Note_obsidian/01.插件推荐.md",
"beiklive/02.记录/02.折腾记录/00.obsidian.md",
"beiklive/02.记录/01.工具使用/01.Git.md",
"node_modules/worker-farm/node_modules",
"node_modules/webpackbar/node_modules",
"node_modules/webpack-log/node_modules",
"node_modules/webpack-dev-middleware/node_modules",
"node_modules/webpack/node_modules",
"node_modules/warning/node_modules",
"node_modules/vuepress/node_modules/update-notifier/node_modules",
"node_modules/vuepress/node_modules/semver-diff/node_modules",
"node_modules/vuepress/node_modules/registry-url/node_modules",
"node_modules/vuepress/node_modules/registry-auth-token/node_modules",
"node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md",
"node_modules/npm/node_modules/through2/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md",
"node_modules/npm/node_modules/through2/node_modules/string_decoder/node_modules/safe-buffer/README.md",
Expand All @@ -200,7 +201,6 @@
"node_modules/npm/node_modules/duplexify/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md",
"node_modules/npm/node_modules/duplexify/node_modules/readable-stream/node_modules/safe-buffer/README.md",
"node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/node_modules/safe-buffer/README.md",
"node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/node_modules/safe-buffer/README.md",
"node_modules/npm/node_modules/promise-retry/node_modules/retry/equation.gif",
"node_modules/yamljs/test/lib/jasmine-2.0.0/jasmine_favicon.png",
"node_modules/stream-http/test/server/static/browserify.png",
Expand Down
2 changes: 1 addition & 1 deletion beiklive/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default defineConfig4CustomTheme<VdoingThemeConfig>({
description: 'web前端技术博客,专注web前端学习与总结。JavaScript,js,ES6,TypeScript,vue,React,python,css3,html5,Node,git,github等技术文章。',
}
},
// base: '/vuepresswiki/',
base: '/vuepresswiki/',
// base: '/', // 默认'/'。如果你想将你的网站部署到如 https://foo.github.io/bar/,那么 base 应该被设置成 "/bar/",(否则页面将失去样式等文件)


Expand Down

0 comments on commit 9e5783d

Please sign in to comment.