File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -121,12 +121,12 @@ The step named `Build and Deploy` builds and deploys to your Azure Static Web Ap
121
121
with:
122
122
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_MANGO_RIVER_0AFDB141E }}
123
123
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for GitHub integrations (i.e. PR comments)
124
- action: 'upload'
125
- ###### Repository/Build Configurations - These values can be configured to match you app requirements. ######
126
- app_location: '/' # App source code path
127
- api_location: 'api' # Api source code path - optional
128
- app_artifact_location: 'dist' # Built app content directory - optional
129
- ###### End of Repository/Build Configurations ######
124
+ action: 'upload'
125
+ ###### Repository/Build Configurations - These values can be configured to match you app requirements. ######
126
+ app_location: '/' # App source code path
127
+ api_location: 'api' # Api source code path - optional
128
+ app_artifact_location: 'dist' # Built app content directory - optional
129
+ ###### End of Repository/Build Configurations ######
130
130
` ` `
131
131
132
132
| Property | Description | Required |
You can’t perform that action at this time.
0 commit comments