File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 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 :
9898
9999
100100
101+
You can’t perform that action at this time.
0 commit comments