We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54dd250 commit ecbb62fCopy full SHA for ecbb62f
1 file changed
deploy_ghpages.sh
@@ -20,7 +20,7 @@ git add -A
20
git commit -m 'docs: deploy documentation'
21
22
23
-# if you are deploying to https://<USERNAME>.github.io/<REPO>
24
-git push -f https://$GITHUB_USER:$GITHUB_TOKEN@github.com/mongocamp/mongocamp-server.git master:gh-pages
+GIT_URL="https://$GITHUB_USER:$GITHUB_TOKEN@github.com/mongocamp/mongocamp-server.git"
+git push -f "$GIT_URL" master:gh-pages
25
26
cd -
0 commit comments