Skip to content

Commit 45bc3d3

Browse files
committed
test
1 parent ba593d5 commit 45bc3d3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/azure-static-web-apps-ambitious-pond-0fe43071e.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
app_location: "/" # App source code path
4444
api_location: "api" # Api source code path - optional
4545
output_location: "dist" # Built app content directory - optional
46-
skip_app_build: true
46+
# skip_app_build: true
47+
app_build_command: 'pnpm run build'
4748
###### End of Repository/Build Configurations ######
4849

4950
close_pull_request_job:
@@ -55,5 +56,5 @@ jobs:
5556
id: closepullrequest
5657
uses: Azure/static-web-apps-deploy@v1
5758
with:
58-
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_SALMON_MEADOW_0D70FB11E }}
59+
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_AMBITIOUS_POND_0FE43071E }}
5960
action: "close"

0 commit comments

Comments
 (0)