We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd6442 commit de81b2fCopy full SHA for de81b2f
.github/workflows/publish.yml
@@ -43,6 +43,7 @@ jobs:
43
- name: Build all translations
44
# note: build.sh here uses the given book path relative to source/{language}
45
run: |
46
+ sudo apt install moreutils
47
parallel -i .github/workflows/build.sh {} book/{} -- ${{ env.LANGUAGES }}
48
parallel -i mv source/{}/book/{}/html book/html/{} -- ${{ env.LANGUAGES }}
49
- name: Build translation report
0 commit comments