Browse Source

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

pull/11357/head
Sebastián Ramírez 1 year ago
committed by GitHub
parent
commit
8953d23a2b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/build-docs.yml
  2. 2
      .github/workflows/publish.yml

3
.github/workflows/build-docs.yml

@ -28,6 +28,9 @@ jobs:
- docs/** - docs/**
- docs_src/** - docs_src/**
- requirements-docs.txt - requirements-docs.txt
- pyproject.toml
- mkdocs.yml
- mkdocs.insiders.yml
- .github/workflows/build-docs.yml - .github/workflows/build-docs.yml
- .github/workflows/deploy-docs.yml - .github/workflows/deploy-docs.yml
langs: langs:

2
.github/workflows/publish.yml

@ -20,7 +20,7 @@ jobs:
python-version: "3.10" python-version: "3.10"
# Issue ref: https://github.com/actions/setup-python/issues/436 # Issue ref: https://github.com/actions/setup-python/issues/436
# cache: "pip" # cache: "pip"
cache-dependency-path: pyproject.toml # cache-dependency-path: pyproject.toml
- uses: actions/cache@v3 - uses: actions/cache@v3
id: cache id: cache
with: with:

Loading…
Cancel
Save