|
|
@@ -19,7 +19,12 @@ jobs:
|
|
|
with:
|
|
|
submodules: true
|
|
|
lfs: false
|
|
|
- - name: Build And Deploy
|
|
|
+
|
|
|
+ - name: Build Site
|
|
|
+ run: |
|
|
|
+ ./scripts/build.sh
|
|
|
+
|
|
|
+ - name: Deploy
|
|
|
id: builddeploy
|
|
|
uses: Azure/static-web-apps-deploy@v1
|
|
|
with:
|
|
|
@@ -30,7 +35,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
|
|
|
- output_location: "" # Built app content directory - optional
|
|
|
+ output_location: "docs/.vitepress/dist" # Built app content directory - optional
|
|
|
###### End of Repository/Build Configurations ######
|
|
|
|
|
|
close_pull_request_job:
|