From e0e87a2b401eb9c342d97d3c820b0c3b4cb808e4 Mon Sep 17 00:00:00 2001 From: Tig Date: Thu, 12 Jun 2025 12:27:06 -0600 Subject: [PATCH] Migrating api docs 4 --- .github/workflows/api-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api-docs.yml b/.github/workflows/api-docs.yml index 075ee96dc..b270a5234 100644 --- a/.github/workflows/api-docs.yml +++ b/.github/workflows/api-docs.yml @@ -40,7 +40,7 @@ jobs: path: docfx/_site - name: Deploy to GitHub Pages - if: github.ref_name github.ref_name == 'v2_develop' || github.ref_name == 'v2_release' + if: github.ref_name == 'v2_release' || github.ref_name == 'v2_develop' id: deployment uses: actions/deploy-pages@v4 with: