Ver Fonte

Update azure-static-web-apps-thankful-water-0bb1cb90f.yml

ruki há 5 meses atrás
pai
commit
db209a05f4

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

@@ -20,10 +20,6 @@ jobs:
           submodules: true
           lfs: false
 
-      - name: Build Site
-        run: |
-          ./scripts/build.sh
-
       - name: Deploy
         id: builddeploy
         uses: Azure/static-web-apps-deploy@v1
@@ -35,6 +31,7 @@ jobs:
           # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
           app_location: "/" # App source code path
           api_location: "" # Api source code path - optional
+          app_build_command: "./scripts/build.sh"
           output_location: "docs/.vitepress/dist" # Built app content directory - optional
           ###### End of Repository/Build Configurations ######