Skip to content

Commit

Permalink
Giggery pokery (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh authored Dec 5, 2024
2 parents 1c982c9 + a84276d commit 9b0b47b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ on:
pull_request:
branches: ["main"]
workflow_dispatch:
inputs:
ForceRelease:
description: "Force a release! Use when changes hapen out of sync and `src` and `docs` folder changes are not detected."
required: false
default: false
type: boolean

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -106,10 +100,11 @@ jobs:
$docs_deploy_folder = "./azure-devops-migration-tools/";
$docs_baseURL = "/learn/azure-devops-migration-tools"
$BLOB_URL_BIT = "/blob"
switch ($Env:GitVersion_PreReleaseLabel) {
"" {
$Ring = "Production";
$AzureSitesEnvironment = ""
$AzureSitesEnvironment = "${{ vars.PRODUCTION_ENVIRONMENT_STATIC_SITES }}"
$AzureSitesConfig = "production"
$docs_baseURL = "/"
}
Expand Down

0 comments on commit 9b0b47b

Please sign in to comment.