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