Skip to content

Commit

Permalink
refactor: foreach moved to pagination trait
Browse files Browse the repository at this point in the history
  • Loading branch information
QuadStingray committed Mar 31, 2023
1 parent 54dd250 commit ecbb62f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy_ghpages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git add -A
git commit -m 'docs: deploy documentation'


# if you are deploying to https://<USERNAME>.github.io/<REPO>
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

cd -

0 comments on commit ecbb62f

Please sign in to comment.