Skip to content

Commit 5ecf438

Browse files
committed
Update azure yaml
1 parent 9c65f5d commit 5ecf438

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: pnpm install
2727
- name: Build Project
2828
run: pnpm run build
29-
- name: Build And Deploy
29+
- name: Deploy
3030
uses: Azure/static-web-apps-deploy@v1
3131
with:
3232
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_AMBITIOUS_POND_0FE43071E }}
@@ -35,6 +35,7 @@ jobs:
3535
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
3636
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
3737
app_location: "/" # App source code path
38+
output_location: "dist"
3839
# api_location: "" # Api source code path - optional
3940
# output_location: "build" # Built app content directory - optional
4041
###### End of Repository/Build Configurations ######

0 commit comments

Comments
 (0)