Skip to content

Commit

Permalink
Merge pull request #63 from cwpearson/ci/deploy-docs-on-develop
Browse files Browse the repository at this point in the history
Make docs track develop for now
  • Loading branch information
cwpearson authored May 16, 2024
2 parents 0ecdea0 + 3faec56 commit 9f9e457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ run-name: Deploy sphinx site to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]
branches: ["develop"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 9f9e457

Please sign in to comment.