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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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