1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-05 14:10:29 +02:00

Document translation workflow (#2579)

This documents the documentation workflow.
This commit is contained in:
Martin Geisler
2025-04-23 10:24:30 +02:00
committed by GitHub
parent 3103eba5cd
commit ec75f8f8ab
3 changed files with 66 additions and 0 deletions

View File

@ -9,6 +9,8 @@ set -Eeuo pipefail
#
# The src/ and third_party/ directories are left in a dirty state so
# you can run `mdbook test` and other commands afterwards.
#
# See also TRANSLATIONS.md.
book_lang=${1:?"Usage: $0 <book-lang> <dest-dir>"}
dest_dir=${2:?"Usage: $0 <book-lang> <dest-dir>"}

View File

@ -1,5 +1,7 @@
name: Publish
# See also TRANSLATIONS.md.
on:
push:
branches: