Demote Russian translation to WIP

This commit is contained in:
Henrik Tjäder 2022-02-09 17:59:00 +01:00
parent 532765719f
commit 120d310934
2 changed files with 3 additions and 3 deletions

View file

@ -463,7 +463,7 @@ jobs:
- name: Build book in Russian
shell: 'script --return --quiet --command "bash {0}"'
run: cd book/ru && if mdbook build |& tee /dev/tty | grep "\[ERROR\]"; then exit 1; else exit 0; fi
run: cd book/ru && if mdbook build |& tee /dev/tty | grep "\[ERROR\]"; then echo "Russian book needs updating!"; else exit 0; fi
- name: Check links
run: |