mirror of https://github.com/dapr/docs.git
Merge branch 'hugo-docs' of https://github.com/dapr/docs into hugo-docs
This commit is contained in:
commit
429397aed0
|
@ -17,7 +17,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: recursive
|
||||||
- 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 +30,7 @@ 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 && cd ../.. && hugo"
|
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