Skip to content

Commit ebaed1b

Browse files
authored
Remove space from configuration.yml
1 parent 63e925a commit ebaed1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/branch-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can configure your site to deploy every change made to branches that aren't
1515

1616
## Configuration
1717

18-
To enable stable URL environments, make the following changes to your [configuration .yml file](build-configuration.md?tabs=github-actions).
18+
To enable stable URL environments, make the following changes to your [configuration.yml file](build-configuration.md?tabs=github-actions).
1919

2020
- Set the `production_branch` input to your production branch name on the `static-web-apps-deploy` job in GitHub action or on the AzureStaticWebApp task. This action ensures changes to your production branch are deployed to the production environment, while changes to other branches are deployed to a preview environment.
2121
- List the branches you want to deploy to preview environments in the trigger array in your workflow configuration so that changes to those branches also trigger the GitHub Actions or Azure Pipelines deployment.

0 commit comments

Comments
 (0)