Merge pull request #15738 from alphahw/alphahw/15635

Fixed techdocs-cli package publish CLI command missing awsBucketRootPath option + having the gcsBucketRootPath option misconfigured
This commit is contained in:
Morgan Bentell
2023-01-19 13:38:32 +01:00
committed by GitHub
3 changed files with 13 additions and 7 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@techdocs/cli': patch
---
Fixed publish command missing awsBucketRootPath option.
Fixed publish command having the gcsBucketRootPath option misconfigured, previously returning a boolean vs a string.