File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ You'll probably need to resolve merge conflicts after you do `git pull`.
19
19
20
20
2\. change ` config.yaml `
21
21
22
- 3\. change ` .gitignore ` , unignore autogenerated files, see comments there
22
+ 3\. change ` .gitignore ` , unignore autogenerated files, see comments there.
23
+ Specifically, you want to uncomment ` index.html ` from the ` .gitignore ` .
23
24
24
25
4\. make it:
25
26
@@ -40,3 +41,14 @@ You'll probably need to resolve merge conflicts after you do `git pull`.
40
41
~ /your-org.github.io$ git commit src/db.json index.html -m ' rebuild'
41
42
```
42
43
44
+ ## Deployment Methods
45
+
46
+ There are two ways to deploy the badge board.
47
+ The first is to deploy it at ` https://<your-org>.github.io ` .
48
+ To do so, simply push your badgeboard to ` https://github.com/<your-org>/<your-org>.github.io ` .
49
+
50
+ The second way is to deploy it to a URL like ` https://<your-org>.github.io/badgeboard ` .
51
+ You may prefer this method if you are already have a page for your GitHub organization.
52
+ To do so, push your badgeboard to ` https://github.com/<your-org>/badgeboard `
53
+ and change the default branch to ` gh-pages ` instead of ` master ` .
54
+ Of course, you don't have to name the repository ` badgeboard ` - you can name it whatever you'd like.
You can’t perform that action at this time.
0 commit comments