Skip to content

Commit

Permalink
fix: deploy_ghpages.sh wrong cname
Browse files Browse the repository at this point in the history
  • Loading branch information
QuadStingray committed Apr 2, 2023
1 parent da4c494 commit 42bdf99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy_ghpages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pnpm docs:build
cd docs/.vitepress/dist

# if you are deploying to a custom domain
echo 'server.mongocamp.dev' > CNAME
echo 'mongodb-driver.mongocamp.dev' > CNAME

git init
git add -A
Expand Down

0 comments on commit 42bdf99

Please sign in to comment.