From b359768b95d343aa17430f4bb1f7bedca50ac93f Mon Sep 17 00:00:00 2001 From: "{admin@attacker.club}" Date: Wed, 11 Oct 2023 10:13:41 +0800 Subject: [PATCH] up --- .readthedocs.yaml | 10 ++-------- README.md | 3 ++- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6a570b5..259d335 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,10 +1,4 @@ -build: +build:build: image: latest -# requirements_file: requirements.txt - - - -python: - install: - - requirements: requirements.txt +requirements_file: requirements.txt diff --git a/README.md b/README.md index 4c0af52..276e54e 100644 --- a/README.md +++ b/README.md @@ -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 # 清理文档残留 ```