diff --git a/.github/workflows/sphinx_build_deploy.yml b/.github/workflows/sphinx_build_deploy.yml index e786273..62bd008 100644 --- a/.github/workflows/sphinx_build_deploy.yml +++ b/.github/workflows/sphinx_build_deploy.yml @@ -3,7 +3,7 @@ name: Publish Sphinx Built Webpages to Github Pages on: push: branches: - - main + - website paths: - 'docs/**' - 'examples/**'