From 44ae93df3eac19308ad9c4b3c19cf77bbff90ea8 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Sat, 6 May 2023 23:56:04 -0400 Subject: [PATCH] Deploy documentation from v2.3 branch rather than main --- .github/workflows/mkdocs-material.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \