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.
1 parent 61af869 commit caaa957Copy full SHA for caaa957
deploy.sh
@@ -181,7 +181,8 @@ commit+push() {
181
disable_expanded_output
182
remote_repo="https://${GITHUB_ACTOR}:${GH_TOKEN}@github.com/${REPOSITORY}.git"
183
#--quiet is important here to avoid outputting the repo URL, which may contain a secret token
184
- git push "${remote_repo}" $deploy_branch --quiet
+ git remote add ghpages $remote_repo
185
+ git push ghpages $deploy_branch --quiet
186
enable_expanded_output
187
else
188
0 commit comments