Skip to content

Commit

Permalink
attempting to publish v1 AND v2 docs 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Dec 1, 2023
1 parent ce2d40b commit a86426c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 3 additions & 1 deletion Terminal.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E143FB1F-0B88-48CB-9086-72CDCECFCD22}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.github\workflows\api-docs.yml = .github\workflows\api-docs.yml
.github\CODEOWNERS = .github\CODEOWNERS
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTING.md = CONTRIBUTING.md
Expand All @@ -24,8 +25,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
nuget.config = nuget.config
.github\workflows\publish.yml = .github\workflows\publish.yml
README.md = README.md
testenvironments.json = testenvironments.json
Showcase.md = Showcase.md
.github\workflows\static.yml = .github\workflows\static.yml
testenvironments.json = testenvironments.json
EndProjectSection
EndProject
Global
Expand Down

0 comments on commit a86426c

Please sign in to comment.