We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4d0997 + 700f664 commit b561b6cCopy full SHA for b561b6c
.github/deploy.sh
@@ -73,6 +73,7 @@ chmod 600 .github/deploy_key
73
eval "$(ssh-agent -s)"
74
ssh-add .github/deploy_key
75
76
+cd out
77
git add .
78
git commit -m "Automatic deploy to GitHub Pages: ${SHA}"
79
0 commit comments