Skip to content

Commit b4ce83f

Browse files
committed
Avoid vitepress-docs reference
1 parent 348c837 commit b4ce83f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

firebase-deploy.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ cd docs/.vitepress/dist
1919
# if you are deploying to a custom domain
2020
# echo 'www.example.com' > CNAME
2121

22-
# Use this section if you want to push to a depoyment branch.
23-
# api3dao/vitepress-docs uses the main branch as default.
22+
# Use this section if you want to push to a deployment branch.
23+
# api3dao/api3-docs uses the main branch as default.
2424
# git init must start with a main branch so firebase-pages will
2525
# "hang" off of it.
2626
# git init --initial-branch=main
@@ -32,7 +32,7 @@ cd docs/.vitepress/dist
3232

3333
# If you are deploying to https://<USERNAME>.github.io/<REPO>
3434
# NEVER push to main, use main:firebase-pages.
35-
# git push -f git@github.com:wkande/vitepress-docs.git main:firebase-pages
35+
# git push -f git@github.com:wkande/api3-docs.git main:firebase-pages
3636

3737
cd -
3838

0 commit comments

Comments
 (0)