ci: add csplit for documetation building (#13154)

This commit is contained in:
Julien Robert
2022-09-05 09:46:30 -04:00
committed by GitHub
parent a0682b14f4
commit de436c231d
+2 -1
View File
@@ -9,6 +9,7 @@ on:
paths:
- "docs/**"
- "x/**/*.md"
- .github/workflows/deploy-docs.yml
permissions:
contents: read
@@ -29,7 +30,7 @@ jobs:
- name: Install and Build 🔧
run: |
apk add rsync
apk add rsync csplit
make build-docs LEDGER_ENABLED=false
- name: Deploy 🚀