disable cache, keep setup python
Some checks failed
CI - Docs build check / build-check (push) Failing after 21s
Some checks failed
CI - Docs build check / build-check (push) Failing after 21s
This commit is contained in:
6
.github/workflows/ci-docs.yml
vendored
6
.github/workflows/ci-docs.yml
vendored
@@ -19,12 +19,12 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
if: false
|
# if: false
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: "3.11"
|
python-version: "3.11"
|
||||||
cache: "pip"
|
# cache: "pip"
|
||||||
cache-dependency-path: mkdocs/requirements.txt
|
# cache-dependency-path: mkdocs/requirements.txt
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user