Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit 12e743e

Browse files
committed
Updated deploy script
1 parent 422d4a7 commit 12e743e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

scripts/deploy.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,9 @@ npm run docs:build
99
# navigate into the build output directory
1010
cd docs/.vuepress/dist
1111

12-
# if you are deploying to a custom domain
13-
# echo 'www.example.com' > CNAME
14-
1512
git init
1613
git add -A
1714
git commit -m 'deploy'
18-
19-
# if you are deploying to https://<USERNAME>.github.io
20-
# git push -f [email protected]:<USERNAME>/<USERNAME>.github.io.git master
21-
22-
# if you are deploying to https://<USERNAME>.github.io/<REPO>
2315
git push -f [email protected]:simplystack/modulist-vue.git master:gh-pages
2416

2517
cd -

0 commit comments

Comments
 (0)