mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-07 08:57:19 +08:00
docs: update
This commit is contained in:
parent
ee51861ed7
commit
d4ee45c3ce
39
.github/workflows/gitee.yml
vendored
39
.github/workflows/gitee.yml
vendored
@ -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
|
|
@ -24,8 +24,7 @@ The simplified version is based on the shelf extracted from [vue-pure-admin](htt
|
|||||||
|
|
||||||
## Docs
|
## Docs
|
||||||
|
|
||||||
- [Click me to view the domestic documentation site](https://yiming_chang.gitee.io/pure-admin-doc)
|
- [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)
|
|
||||||
|
|
||||||
## Tauri
|
## Tauri
|
||||||
|
|
||||||
@ -37,8 +36,7 @@ The simplified version is based on the shelf extracted from [vue-pure-admin](htt
|
|||||||
|
|
||||||
## Preview
|
## Preview
|
||||||
|
|
||||||
- [Click me to view the domestic preview station](https://yiming_chang.gitee.io/vue-pure-admin)
|
- [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)
|
|
||||||
|
|
||||||
- PC
|
- PC
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
@ -24,8 +24,7 @@
|
|||||||
|
|
||||||
## 配套保姆级文档
|
## 配套保姆级文档
|
||||||
|
|
||||||
- [点我查看国内文档站](https://yiming_chang.gitee.io/pure-admin-doc)
|
- [查看文档](https://yiming_chang.gitee.io/pure-admin-doc)
|
||||||
- [点我查看国外文档站](https://pure-admin.github.io/pure-admin-doc)
|
|
||||||
|
|
||||||
## `Tauri` 版
|
## `Tauri` 版
|
||||||
|
|
||||||
@ -37,8 +36,7 @@
|
|||||||
|
|
||||||
## 预览
|
## 预览
|
||||||
|
|
||||||
- [点我查看国内预览站](https://yiming_chang.gitee.io/vue-pure-admin)
|
- [查看预览](https://yiming_chang.gitee.io/vue-pure-admin)
|
||||||
- [点我查看国外预览站](https://pure-admin.github.io/vue-pure-admin)
|
|
||||||
|
|
||||||
- PC 端
|
- PC 端
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user