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'