Skip to content

Commit 21f31da

Browse files
author
QuadStingray
committed
docs: fixed target url for deploying docs.
1 parent fdb1d35 commit 21f31da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deploy_ghpages.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ git init
1919
git add -A
2020
git commit -m 'docs: deploy documentation'
2121

22-
23-
GIT_URL="https://$GITHUB_USER:$GITHUB_TOKEN@github.com/mongocamp/mongocamp-server.git"
22+
GIT_URL="https://$GITHUB_USER:$GITHUB_TOKEN@github.com/MongoCamp/mongodb-driver.git"
2423
git push -f "$GIT_URL" master:gh-pages
2524

2625
cd -

0 commit comments

Comments
 (0)