diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index e66e0866..800d92bf 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -46,7 +46,7 @@ jobs: if: github.ref != 'refs/heads/main' uses: JamesIves/github-pages-deploy-action@v4 with: - branch: gh-pages # The branch the action should deploy to. + branch: docs-test # The branch the action should deploy to. folder: doc # The folder the action should deploy. dry-run: true # Don't actually push to pages, just test if we can