update mkdocs-material to pull from main

This commit is contained in:
Lincoln Stein 2023-07-18 11:11:37 -04:00
parent 9685760fac
commit 187d7c1cab

View File

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