We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b646e62 commit f3f9b5eCopy full SHA for f3f9b5e
.github/workflows/github-pages.yaml
@@ -18,7 +18,7 @@ jobs:
18
python-version: "3.12"
19
- name: 安装依赖
20
run: |
21
- git checkout sync-docs && pip install -r requirements.txt && pip install furo
+ git checkout sync-docs && pip install -r requirements/docs.txt && pip install furo
22
- name: Sphinx 构建
23
working-directory: ./
24
0 commit comments