diff --git a/.github/workflows/vitepress-gh-pages.yml b/.github/workflows/vitepress-gh-pages.yml index 7d13e3e..fb11b9d 100644 --- a/.github/workflows/vitepress-gh-pages.yml +++ b/.github/workflows/vitepress-gh-pages.yml @@ -2,7 +2,7 @@ name: Deploy Vitepress with GitHub Pages on: push: - branches: ["docs"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: