更新官网

This commit is contained in:
aoshiguchen
2024-12-18 22:08:43 +08:00
parent 81d8a41842
commit 87c2ff846a
2 changed files with 2 additions and 9 deletions
-8
View File
@@ -40,14 +40,6 @@ stages:
- '# 执行编译命令'
- npm install && npm run build
- ''
- '# 资源复制,使得官网访问支持直接域名访问 + 域名后面带路径 2种访问方式'
- '# cp ./CNAME docs/.vuepress/dist/'
- rm -rf docs/.vuepress/dist/neutrino-proxy
- rm -rf docs/.vuepress/distTemp
- cp -rf docs/.vuepress/dist/ docs/.vuepress/distTemp
- cp -rf docs/.vuepress/distTemp docs/.vuepress/dist/neutrino-proxy
- rm -rf docs/.vuepress/distTemp
- ''
- '# 初始化git仓库'
- cd docs/.vuepress/dist
- git init