diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 184c158..9b6a6bc 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -5,6 +5,8 @@ on: branches: # make sure this is the branch you are using - master + paths: + - "docs/**" permissions: contents: write