mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
deploy: cd to out/ before adding files to git
This commit is contained in:
parent
e4d09975d0
commit
700f664dcd
1 changed files with 1 additions and 0 deletions
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 a new issue