main
parent
8951efd565
commit
b359768b95
|
@ -1,10 +1,4 @@
|
||||||
build:
|
build:build:
|
||||||
image: latest
|
image: latest
|
||||||
|
|
||||||
# requirements_file: requirements.txt
|
requirements_file: requirements.txt
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
python:
|
|
||||||
install:
|
|
||||||
- requirements: requirements.txt
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* @Gitee: https://gitee.com/attacker
|
* @Gitee: https://gitee.com/attacker
|
||||||
* @email: admin@attacker.club
|
* @email: admin@attacker.club
|
||||||
* @Date: 2023-10-11 00:55:53
|
* @Date: 2023-10-11 00:55:53
|
||||||
* @LastEditTime: 2023-10-11 01:10:38
|
* @LastEditTime: 2023-10-11 10:08:15
|
||||||
* @Description:
|
* @Description:
|
||||||
-->
|
-->
|
||||||
# Ezops
|
# Ezops
|
||||||
|
@ -34,5 +34,6 @@ mkdocs serve
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mkdocs build
|
mkdocs build
|
||||||
|
mkdocs build –clean # 清理文档残留
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue