Skip to content

Commit 700f664

Browse files
committed
deploy: cd to out/ before adding files to git
1 parent e4d0997 commit 700f664

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)