👷 Update build-docs GitHub Action path filter (#11354)

This commit is contained in:
Sebastián Ramírez 2024-03-26 22:02:41 -05:00 committed by GitHub
parent 8bfed9aee2
commit 8953d23a2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -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:

View File

@ -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: