diff --git a/.github/workflows/build-doc-deploy.yaml b/.github/workflows/build-doc-deploy.yaml index 21bb73a..238bc9d 100644 --- a/.github/workflows/build-doc-deploy.yaml +++ b/.github/workflows/build-doc-deploy.yaml @@ -4,7 +4,7 @@ on: # Triggers the workflow on push or pull request events but only for the "main" branch push: branches: [ "main" ] - paths: ["learning"] + paths: ["learning", "docs", "src"] pull_request: branches: [ "main" ] # Allows you to run this workflow manually from the Actions tab