From: Sebastián Ramírez Date: Wed, 27 Mar 2024 03:02:41 +0000 (-0500) Subject: 👷 Update build-docs GitHub Action path filter (#11354) X-Git-Tag: 0.110.1~281 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8953d23a2b1707b7bdea416f3161d83f57f2e7a5;p=thirdparty%2Ffastapi%2Ffastapi.git 👷 Update build-docs GitHub Action path filter (#11354) --- diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index a4667b61ee..c81f800e54 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.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: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8ebb28a80f..ce54ca4fef 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: