Attempt to Publish v2 API to diff url2

This commit is contained in:
Tigger Kindel
2023-12-01 16:21:52 -07:00
parent 539ad47af2
commit 0d5b89ba25

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 }}/v2
url: ${{ steps.deployment.outputs.page_url }}/.github
runs-on: windows-latest
steps:
- name: Checkout