|
|
@@ -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 ######
|
|
|
|