Skip to content

Commit db209a0

Browse files
authored
Update azure-static-web-apps-thankful-water-0bb1cb90f.yml
1 parent b4d338a commit db209a0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/azure-static-web-apps-thankful-water-0bb1cb90f.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ jobs:
2020
submodules: true
2121
lfs: false
2222

23-
- name: Build Site
24-
run: |
25-
./scripts/build.sh
26-
2723
- name: Deploy
2824
id: builddeploy
2925
uses: Azure/static-web-apps-deploy@v1
@@ -35,6 +31,7 @@ jobs:
3531
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
3632
app_location: "/" # App source code path
3733
api_location: "" # Api source code path - optional
34+
app_build_command: "./scripts/build.sh"
3835
output_location: "docs/.vitepress/dist" # Built app content directory - optional
3936
###### End of Repository/Build Configurations ######
4037

0 commit comments

Comments
 (0)