Explorar el Código

Attempt to Publish v2 API to diff url

Tigger Kindel hace 1 año
padre
commit
539ad47af2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/api-docs.yml

+ 1 - 1
.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