From d4ee45c3ce1e39eb5065e3dcedae05c719a18a40 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Fri, 26 May 2023 12:21:41 +0800 Subject: [PATCH] docs: update --- .github/workflows/gitee.yml | 39 ------------------------------------- README.en-US.md | 6 ++---- README.md | 6 ++---- 3 files changed, 4 insertions(+), 47 deletions(-) delete mode 100644 .github/workflows/gitee.yml diff --git a/.github/workflows/gitee.yml b/.github/workflows/gitee.yml deleted file mode 100644 index 652dfe457..000000000 --- a/.github/workflows/gitee.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: Build and Deploy -permissions: - contents: write -on: - push: - branches: - - master -jobs: - deploy: - concurrency: ci-${{ github.ref }} - runs-on: ubuntu-latest - steps: - - name: Checkout 🛎️ - uses: actions/checkout@v3 - - - name: Setup node - uses: actions/setup-node@v2 - with: - node-version: "16" - registry-url: https://registry.npmjs.com/ - - - name: Setup pnpm - uses: pnpm/action-setup@v2 - with: - version: latest - - - name: Deploy 🔧 - run: | - pnpm install --no-frozen-lockfile - sed -i "s#VITE_PUBLIC_PATH = /#VITE_PUBLIC_PATH = /vue-pure-admin/#g" $(pwd)/.env.production - pnpm build - cd dist - touch README.md .nojekyll - - - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4 - with: - folder: dist - clean: true diff --git a/README.en-US.md b/README.en-US.md index d89094cb9..44985af71 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -24,8 +24,7 @@ The simplified version is based on the shelf extracted from [vue-pure-admin](htt ## Docs -- [Click me to view the domestic documentation site](https://yiming_chang.gitee.io/pure-admin-doc) -- [Click me to view foreign document site](https://pure-admin.github.io/pure-admin-doc) +- [documentation site](https://yiming_chang.gitee.io/pure-admin-doc) ## Tauri @@ -37,8 +36,7 @@ The simplified version is based on the shelf extracted from [vue-pure-admin](htt ## Preview -- [Click me to view the domestic preview station](https://yiming_chang.gitee.io/vue-pure-admin) -- [Click me to view foreign preview site](https://pure-admin.github.io/vue-pure-admin) +- [preview station](https://yiming_chang.gitee.io/vue-pure-admin) - PC

diff --git a/README.md b/README.md index 58d0396e1..c712c0cf0 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,7 @@ ## 配套保姆级文档 -- [点我查看国内文档站](https://yiming_chang.gitee.io/pure-admin-doc) -- [点我查看国外文档站](https://pure-admin.github.io/pure-admin-doc) +- [查看文档](https://yiming_chang.gitee.io/pure-admin-doc) ## `Tauri` 版 @@ -37,8 +36,7 @@ ## 预览 -- [点我查看国内预览站](https://yiming_chang.gitee.io/vue-pure-admin) -- [点我查看国外预览站](https://pure-admin.github.io/vue-pure-admin) +- [查看预览](https://yiming_chang.gitee.io/vue-pure-admin) - PC 端