Skip to content

Commit 4c9b8d3

Browse files
committed
提交文档
2 parents 8daf248 + dbea276 commit 4c9b8d3

File tree

12 files changed

+44
-31
lines changed

12 files changed

+44
-31
lines changed

.github/workflows/docs-compile-and-deploy.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,11 @@ jobs:
1818
python -m pip install --upgrade pip
1919
pip install pymdown-extensions
2020
pip install mkdocs-material
21-
pip install -r docs/requirements/requirements.txt
21+
pip install -r requirements/requirements.txt
2222
- name: 编译
2323
run: |
24-
cd docs
2524
mkdocs build
2625
zip -r -q -9 site.zip site
27-
ls -la site.zip
28-
mv site.zip ../
29-
cd ../
3026
ls -la
3127
- name: 上传
3228
uses: appleboy/[email protected]

.github/workflows/sync2gitee.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### 克隆本仓库
66
```bash
7-
git clone [email protected]:1Panel-dev/CordysCRM.git
7+
git clone [email protected]:1Panel-dev/CordysCRM-docs.git
88
```
99
### 创建虚拟环境 并激活
1010

161 KB
Loading
214 KB
Loading
246 KB
Loading
79.2 KB
Loading
104 KB
Loading
136 KB
Loading
99.5 KB
Loading

0 commit comments

Comments
 (0)