Skip to content

Commit b561b6c

Browse files
committed
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
2 parents e4d0997 + 700f664 commit b561b6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ chmod 600 .github/deploy_key
7373
eval "$(ssh-agent -s)"
7474
ssh-add .github/deploy_key
7575

76+
cd out
7677
git add .
7778
git commit -m "Automatic deploy to GitHub Pages: ${SHA}"
7879

0 commit comments

Comments
 (0)