Skip to content

Commit

Permalink
Update (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh authored Dec 13, 2024
2 parents 8254944 + 60e0923 commit 44d0ef6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,12 @@ jobs:
switch ($Env:GitVersion_PreReleaseLabel) {
"" {
$Ring = "Production";
$AzureSitesEnvironment = "${{ vars.PRODUCTION_ENVIRONMENT_STATIC_SITES }}"
$PRODUCTION_ENVIRONMENT_STATIC_SITES = "${{ vars.PRODUCTION_ENVIRONMENT_STATIC_SITES }}"
if ($PRODUCTION_ENVIRONMENT_STATIC_SITES -eq "production") {
$AzureSitesEnvironment = ""
} else {
$AzureSitesEnvironment = $PRODUCTION_ENVIRONMENT_STATIC_SITES
}
$AzureSitesConfig = "production"
$docs_baseURL = "/"
}
Expand Down

0 comments on commit 44d0ef6

Please sign in to comment.