From 539ad47af236df9f53ed12a2f8ad564c6e2fda49 Mon Sep 17 00:00:00 2001 From: Tigger Kindel Date: Fri, 1 Dec 2023 16:06:43 -0700 Subject: [PATCH] Attempt to Publish v2 API to diff url --- .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 d49bcd3cc4..98ca280fc7 100644 --- a/.github/workflows/api-docs.yml +++ b/.github/workflows/api-docs.yml @@ -14,7 +14,7 @@ jobs: name: Build and Deploy API docs to github-pages environment: name: github-pages - url: ${{ steps.deployment.outputs.page_url }} + url: ${{ steps.deployment.outputs.page_url }}/v2 runs-on: windows-latest steps: - name: Checkout