mirror of https://github.com/dapr/docs.git
Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml
This commit is contained in:
parent
429397aed0
commit
c087002bd8
|
@ -18,6 +18,8 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
- name: Show Directory
|
||||||
|
run: cd daprdocs/themes/docsy && git submodule update -f --init && cd ../.. & ls /themes/docsy
|
||||||
- name: Build And Deploy
|
- name: Build And Deploy
|
||||||
id: builddeploy
|
id: builddeploy
|
||||||
uses: Azure/static-web-apps-deploy@v0.0.1-preview
|
uses: Azure/static-web-apps-deploy@v0.0.1-preview
|
||||||
|
@ -30,7 +32,6 @@ jobs:
|
||||||
app_location: "/daprdocs" # App source code path
|
app_location: "/daprdocs" # App source code path
|
||||||
api_location: "api" # Api source code path - optional
|
api_location: "api" # Api source code path - optional
|
||||||
app_artifact_location: "daprdocs/public" # Built app content directory - optional
|
app_artifact_location: "daprdocs/public" # Built app content directory - optional
|
||||||
app_build_command: "cd daprdocs && git submodule add https://github.com/google/docsy.git themes/docsy && git submodule update --init --recursive && hugo"
|
|
||||||
###### End of Repository/Build Configurations ######
|
###### End of Repository/Build Configurations ######
|
||||||
|
|
||||||
close_pull_request_job:
|
close_pull_request_job:
|
||||||
|
|
Loading…
Reference in New Issue