diff --git a/.github/workflows/build.sh b/.github/workflows/build.sh index 5c132572520f..8f03003cf731 100755 --- a/.github/workflows/build.sh +++ b/.github/workflows/build.sh @@ -33,10 +33,8 @@ else sed -i '/curly-quotes/d' book.toml # Set language and adjust site URL. - # TODO: Clearing the redirects is no longer necessary since we restore book.toml. export MDBOOK_BOOK__LANGUAGE=$book_lang export MDBOOK_OUTPUT__HTML__SITE_URL=/comprehensive-rust/$book_lang/ - export MDBOOK_OUTPUT__HTML__REDIRECT='{}' # Include language-specific Pandoc configuration if [ -f ".github/pandoc/$book_lang.yaml" ]; then