]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
👷 Update build-docs GitHub Action path filter (#11354)
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 27 Mar 2024 03:02:41 +0000 (22:02 -0500)
committerGitHub <noreply@github.com>
Wed, 27 Mar 2024 03:02:41 +0000 (22:02 -0500)
.github/workflows/build-docs.yml
.github/workflows/publish.yml

index a4667b61ee4fabd5f02bb4ae865e309047fb1038..c81f800e5449a2dcd2d821707591d6e646bacfbd 100644 (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:
index 8ebb28a80fbcf9ed246935bdd81ab82a8dedb956..ce54ca4fef0f9d528460bc3fc7ca8a0b4873e369 100644 (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: