You've already forked comprehensive-rust
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:
2
.github/workflows/build.sh
vendored
2
.github/workflows/build.sh
vendored
@ -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>"}
|
||||
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -1,5 +1,7 @@
|
||||
name: Publish
|
||||
|
||||
# See also TRANSLATIONS.md.
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
Reference in New Issue
Block a user