Compare commits

...

1 Commits

Author SHA1 Message Date
Lincoln Stein
48cb6bd200 change workflow to deploy from v2.3 branch 2023-05-06 23:50:34 -04:00

View File

@@ -41,7 +41,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 \