We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c655bdb commit b05f668Copy full SHA for b05f668
.github/workflows/docs-build-push.yml
@@ -57,7 +57,7 @@ jobs:
57
docs_build_path: "./site"
58
doc_type: "hugo"
59
environment: ${{ inputs.environment }}
60
- force_hugo_theme_version: ${{inputs.hugo_theme_override}}
+ force_hugo_theme_version: ${{ inputs.hugo_theme_override }}
61
secrets:
62
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS_DOCS }}
63
AZURE_KEY_VAULT: ${{ secrets.AZURE_KEY_VAULT_DOCS }}
0 commit comments