mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
deploy: cd to out/ before adding files to git
This commit is contained in:
parent
e4d09975d0
commit
700f664dcd
1
.github/deploy.sh
vendored
1
.github/deploy.sh
vendored
@ -73,6 +73,7 @@ chmod 600 .github/deploy_key
|
||||
eval "$(ssh-agent -s)"
|
||||
ssh-add .github/deploy_key
|
||||
|
||||
cd out
|
||||
git add .
|
||||
git commit -m "Automatic deploy to GitHub Pages: ${SHA}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user