diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 618db73d..dadccf0c 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -6,6 +6,7 @@ on: # Runs on pushes targeting the default branch push: branches: ["main"] + paths: docs/**/* # Allows you to run this workflow manually from the Actions tab workflow_dispatch: