attempting to publish v1 AND v2 docs 2

This commit is contained in:
Tigger Kindel
2023-12-01 14:10:06 -07:00
parent ce2d40b088
commit a86426c632
2 changed files with 4 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ jobs:
run: |
rm ../docs -Recurse -Force -ErrorAction SilentlyContinue
rm ../api -Recurse -Force -ErrorAction SilentlyContinue
$env:DOCFX_SOURCE_BRANCH_NAME="${{ github.ref_name }}""
$env:DOCFX_SOURCE_BRANCH_NAME="${{ github.ref_name }}"
docfx docfx.json
continue-on-error: false