Skip to content

Commit

Permalink
Update version for docs build and mergify (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-johnson authored Feb 26, 2024
1 parent b7e27ac commit fc707cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
name: html_docs
path: ./docs/_build/html
- name: Deploy docs
if: ${{ github.ref == 'refs/heads/stable/0.5' }}
if: ${{ github.ref == 'refs/heads/stable/0.6' }}
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ pull_request_rules:
actions:
backport:
branches:
- stable/0.5
- stable/0.6

0 comments on commit fc707cf

Please sign in to comment.