Deploy documentation from v2.3 branch rather than main

This commit is contained in:
Lincoln Stein 2023-05-06 23:56:04 -04:00
parent 2b213da967
commit 44ae93df3e

View File

@ -36,7 +36,7 @@ jobs:
--verbose
- name: deploy to gh-pages
if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/v2.3' }}
run: |
python -m \
mkdocs gh-deploy \