From 3bf1a77381a9d949abd2d84efeaa1d2cff3eac13 Mon Sep 17 00:00:00 2001 From: perf3ct Date: Fri, 5 Sep 2025 19:52:03 +0000 Subject: [PATCH] feat(docs): also deploy docs upon README change --- .github/workflows/deploy-docs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 96e4850fc..03dabd826 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -11,6 +11,7 @@ on: # Only run when docs files change paths: - 'docs/**' + - 'README.md' # README is synced to docs/index.md - 'mkdocs.yml' - 'requirements-docs.txt' - '.github/workflows/deploy-docs.yml' @@ -26,6 +27,7 @@ on: - master paths: - 'docs/**' + - 'README.md' # README is synced to docs/index.md - 'mkdocs.yml' - 'requirements-docs.txt' - '.github/workflows/deploy-docs.yml'