Skip to content

Commit 4ae4867

Browse files
authored
Merge pull request #7 from g0v/patch
+ add package-lock.json and fix deploy.sh
2 parents 3286048 + c013d59 commit 4ae4867

2 files changed

Lines changed: 14986 additions & 17 deletions

File tree

deploy.sh

100644100755
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ git commit -m 'deploy'
2020
# git push -f git@github.com:<USERNAME>/<USERNAME>.github.io.git master
2121

2222
# if you are deploying to https://<USERNAME>.github.io/<REPO>
23-
git push -f git@github.com:g0v/reporter.git master:gh-pages
23+
git remote add origin git@github.com:g0v/reporter.git
24+
git fetch
25+
git checkout -b gh-pages
26+
git push -fu origin gh-pages
2427

25-
cd -
28+
cd -

0 commit comments

Comments
 (0)