diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index b5a8f0bb..9df3ccea 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -4,7 +4,7 @@ name: Deploy GitHub Pages dependencies preinstalled on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["gh-pages"] paths: - 'docs/**' # only execute if we have docs changes