aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2023-02-24 21:28:13 +0100
committerHenrik Tjäder <henrik@tjaders.com>2023-03-01 00:35:25 +0100
commit0fc86d972c0305e73252dc20d702d647eb342ee5 (patch)
treeeb01e1556958912344b890c964ff3f364aaad0d2 /.github/workflows/build.yml
parent032316855d8b55fc572ab7fcbd1de7ba394b2fd1 (diff)
Book: Remove RTIC v1 Russian translation
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e16e460..cd52dee 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -380,21 +380,14 @@ jobs:
shell: 'script --return --quiet --command "bash {0}"'
run: cd book/en && if mdbook build |& tee /dev/tty | grep "\[ERROR\]"; then exit 1; else exit 0; fi
- - 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 echo "Russian book needs updating!"; else exit 0; fi
-
- name: Check links
run: |
td=$(mktemp -d)
mkdir $td/book
cp -r book/en/book $td/book/en
- cp -r book/ru/book $td/book/ru
cp LICENSE-* $td/book/en
- cp LICENSE-* $td/book/ru
lychee --offline $td/book/en/
- lychee --offline $td/book/ru/
# # Update stable branch
# #
@@ -485,7 +478,7 @@ jobs:
# - name: Build books
# shell: 'script --return --quiet --command "bash {0}"'
# run: |
-# langs=( en ru )
+# langs=( en )
# devver=( dev )
# # The latest stable must be the first element in the array
# vers=( "1" "0.5" "0.4" )