diff --git a/.github/workflows/publish_site.yml b/.github/workflows/publish_site.yml index a10068c..15f61b9 100644 --- a/.github/workflows/publish_site.yml +++ b/.github/workflows/publish_site.yml @@ -12,11 +12,10 @@ on: # branches: - 'wiki' - # - # Ignore changes to the README.md file - # - paths-ignore: - - 'README.md' + paths: + - ".theme/**" + - "docs/**" + - "mkdocs.yml" # # Releases cause this action to also fire. # Using this prevents this problem.