mirror of
https://github.com/rust-lang/book.git
synced 2026-05-17 03:50:42 -04:00
7 lines
169 B
Bash
Executable File
7 lines
169 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
mdbook build
|
|
cp ./tools/preview-robots.txt ./book/robots.txt
|
|
ghp-import -m "rebuild GitHub Pages from generated-book" book
|
|
git push origin gh-pages
|