fix docs build failure (#6633)

This commit is contained in:
Alessio Treglia
2020-07-07 19:56:01 +02:00
committed by GitHub
parent 57ac28c814
commit 86243f6a8c
+2 -2
View File
@@ -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