Sebastián Ramírez
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
1 deletions
-
.github/workflows/build-docs.yml
-
.github/workflows/publish.yml
|
|
@ -28,6 +28,9 @@ jobs: |
|
|
|
- docs/** |
|
|
|
- docs_src/** |
|
|
|
- requirements-docs.txt |
|
|
|
- pyproject.toml |
|
|
|
- mkdocs.yml |
|
|
|
- mkdocs.insiders.yml |
|
|
|
- .github/workflows/build-docs.yml |
|
|
|
- .github/workflows/deploy-docs.yml |
|
|
|
langs: |
|
|
|
|
|
@ -20,7 +20,7 @@ jobs: |
|
|
|
python-version: "3.10" |
|
|
|
# Issue ref: https://github.com/actions/setup-python/issues/436 |
|
|
|
# cache: "pip" |
|
|
|
cache-dependency-path: pyproject.toml |
|
|
|
# cache-dependency-path: pyproject.toml |
|
|
|
- uses: actions/cache@v3 |
|
|
|
id: cache |
|
|
|
with: |
|
|
|