Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
icmoldovan committed May 23, 2024
1 parent b13637b commit 8990012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
]
}
],
"dest": "_site",
"dest": "_site/17.2",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"filemetadata":
Expand Down
2 changes: 1 addition & 1 deletion releaseDocs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $remote_repo="https://github-actions:${TOKEN}@github.com/sdl/studio-api-docs.git

write-host "Cloning the repo $remote_repo with the gh-pages branch"
git clone $remote_repo --branch gh-pages $TEMP_REPO_DIR
cd $TEMP_REPO_DIR
Set-Location $TEMP_REPO_DIR

#delete gh-pages_temp branch if already exist
$checkBranch = git show-ref origin/gh-pages_temp
Expand Down

0 comments on commit 8990012

Please sign in to comment.