Skip to content

Commit ecbb62f

Browse files
author
QuadStingray
committed
refactor: foreach moved to pagination trait
1 parent 54dd250 commit ecbb62f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deploy_ghpages.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ git add -A
2020
git commit -m 'docs: deploy documentation'
2121

2222

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
23+
GIT_URL="https://$GITHUB_USER:$GITHUB_TOKEN@github.com/mongocamp/mongocamp-server.git"
24+
git push -f "$GIT_URL" master:gh-pages
2525

2626
cd -

0 commit comments

Comments
 (0)