Skip to content

Commit a821b47

Browse files
authored
Update azure-static-web-apps-white-meadow-06c666b10.yml
1 parent 338fc37 commit a821b47

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/azure-static-web-apps-white-meadow-06c666b10.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: pnpm/action-setup@v4
3333
with:
3434
# Version of pnpm to install
35-
# version: ^10.25.0
35+
# version: '^10.25.0'
3636
# Where to store pnpm files
3737
dest: ~/setup-pnpm
3838
# If specified, run `pnpm recursive install`
@@ -65,14 +65,14 @@ jobs:
6565
with:
6666
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_WHITE_MEADOW_06C666B10 }}
6767
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
68-
action: "upload"
68+
action: 'upload'
6969
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
7070
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
71-
app_location: "apps/web" # App source code path
72-
api_location: "" # Api source code path - optional
73-
output_location: "dist" # Built app content directory - optional
74-
skip_app_build: true # bypass default npm build
75-
skip_api_build: true # bypass default npm build
71+
app_location: 'apps/web'
72+
api_location: ''
73+
output_location: './dist'
74+
skip_app_build: true
75+
skip_api_build: true
7676
###### End of Repository/Build Configurations ######
7777

7878
close_pull_request_job:
@@ -98,3 +98,4 @@ jobs:
9898

9999

100100

101+

0 commit comments

Comments
 (0)