From 700f664dcd390823272fe7c9443194a45da22af0 Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Sat, 30 Nov 2019 23:19:13 +0700 Subject: [PATCH] deploy: cd to out/ before adding files to git --- .github/deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/deploy.sh b/.github/deploy.sh index efba51b20cc..19dc4017166 100755 --- a/.github/deploy.sh +++ b/.github/deploy.sh @@ -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}"