{admin@attacker.club} 2023-10-11 10:13:41 +08:00
parent 8951efd565
commit b359768b95
2 changed files with 4 additions and 9 deletions

View File

@ -1,10 +1,4 @@
build:
build:build:
image: latest
# requirements_file: requirements.txt
python:
install:
- requirements: requirements.txt
requirements_file: requirements.txt

View File

@ -3,7 +3,7 @@
* @Gitee: https://gitee.com/attacker
* @email: admin@attacker.club
* @Date: 2023-10-11 00:55:53
* @LastEditTime: 2023-10-11 01:10:38
* @LastEditTime: 2023-10-11 10:08:15
* @Description:
-->
# Ezops
@ -34,5 +34,6 @@ mkdocs serve
```bash
mkdocs build
mkdocs build clean # 清理文档残留
```