Attempt to Publish v2 API to diff url

This commit is contained in:
Tigger Kindel
2023-12-01 16:06:43 -07:00
parent 6395d29c8c
commit 539ad47af2

View File

@@ -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