From 685d640939e6c2069a2db81b6aa0f78a6ee87e8c Mon Sep 17 00:00:00 2001 From: Peter Akers Date: Mon, 10 Jun 2024 15:18:49 +1000 Subject: [PATCH] Update docs.yml --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index aeaa5c6..1b2dd98 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -23,5 +23,5 @@ jobs: uses: JamesIves/github-pages-deploy-action@ba1486788b0490a235422264426c45848eac35c6 with: token: ${{ secrets.GITHUB_TOKEN }} - branch: main # The branch the action should deploy to. + branch: gh-pages # The branch the action should deploy to. folder: docs/_build/html # The folder the action should deploy.