Skip to content

Commit

Permalink
Merge pull request #3998 from rust-lang/robots-infra-rest
Browse files Browse the repository at this point in the history
infra: include ghp-import and git push in generate-preview script
  • Loading branch information
chriskrycho authored Jul 31, 2024
2 parents d303172 + df78a37 commit 506a35a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/generate-preview.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@

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

0 comments on commit 506a35a

Please sign in to comment.