diff --git a/.github/workflows/mkdocs-material.yml b/.github/workflows/mkdocs-material.yml index d6388bce8d..da9feedf33 100644 --- a/.github/workflows/mkdocs-material.yml +++ b/.github/workflows/mkdocs-material.yml @@ -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 \