mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-20 02:43:45 +00:00
Auto merge of #4868 - lzutao:deploy-in-dir, r=phansch
deploy: cd to out/ before adding files to git It should work now: https://travis-ci.com/lzutao/rust-clippy/jobs/261801929 Closes #4785 changelog: none
This commit is contained in:
commit
b561b6c6e8
1
.github/deploy.sh
vendored
1
.github/deploy.sh
vendored
@ -73,6 +73,7 @@ chmod 600 .github/deploy_key
|
|||||||
eval "$(ssh-agent -s)"
|
eval "$(ssh-agent -s)"
|
||||||
ssh-add .github/deploy_key
|
ssh-add .github/deploy_key
|
||||||
|
|
||||||
|
cd out
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Automatic deploy to GitHub Pages: ${SHA}"
|
git commit -m "Automatic deploy to GitHub Pages: ${SHA}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user