mirror of https://github.com/dapr/docs.git
Merge branch 'v1.11' of https://github.com/dapr/docs into issue_3377
This commit is contained in:
commit
37a8f3ea10
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Setup Docsy
|
- name: Setup Docsy
|
||||||
run: cd daprdocs && git submodule update --init --recursive && sudo npm install -D --save autoprefixer && sudo npm install -D --save postcss-cli
|
run: cd daprdocs && git submodule update --init --recursive && sudo npm install -D --save autoprefixer && sudo npm install -D --save postcss-cli
|
||||||
- name: Build And Deploy
|
- name: Build And Deploy
|
||||||
|
@ -37,7 +37,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
|
||||||
output_location: "public" # Built app content directory - optional
|
output_location: "public" # Built app content directory - optional
|
||||||
app_build_command: "hugo"
|
app_build_command: "git config --global --add safe.directory /github/workspace && hugo"
|
||||||
###### End of Repository/Build Configurations ######
|
###### End of Repository/Build Configurations ######
|
||||||
|
|
||||||
close_pull_request_job:
|
close_pull_request_job:
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
since: "1.10"
|
since: "1.10"
|
||||||
features:
|
features:
|
||||||
crud: true
|
crud: true
|
||||||
transactions: false
|
transactions: true
|
||||||
etag: true
|
etag: true
|
||||||
ttl: true
|
ttl: true
|
||||||
query: false
|
query: false
|
||||||
|
|
Loading…
Reference in New Issue