fix docs build failure (#6633)
This commit is contained in:
parent
57ac28c814
commit
86243f6a8c
|
@ -38,10 +38,10 @@ jobs:
|
|||
- checkout
|
||||
- run:
|
||||
name: "Build docs"
|
||||
command: make build-docs
|
||||
command: make build-docs LEDGER_ENABLED=false
|
||||
- run:
|
||||
name: "Upload docs to S3"
|
||||
command: make sync-docs
|
||||
command: make sync-docs LEDGER_ENABLED=false
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
|
|
Loading…
Reference in New Issue