Skip to content

Commit

Permalink
Update docs workflow to have different branch names.
Browse files Browse the repository at this point in the history
  • Loading branch information
jatkinson1000 committed Oct 20, 2023
1 parent 8d91c92 commit 2ba625f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2ba625f

Please sign in to comment.