Skip to content

Commit 54bb30d

Browse files
Update articles/static-web-apps/github-actions-workflow.md
1 parent ca117d6 commit 54bb30d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/static-web-apps/github-actions-workflow.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@ The step named `Build and Deploy` builds and deploys to your Azure Static Web Ap
121121
with:
122122
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_MANGO_RIVER_0AFDB141E }}
123123
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 ######
130130
```
131131

132132
| Property | Description | Required |

0 commit comments

Comments
 (0)