Skip to content

Commit 7c82693

Browse files
document gh-pages deploy
1 parent 049112a commit 7c82693

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
To publish the icons, examples, etc to https://solid.github.io/solid-ui/ do the following:
2+
```sh
3+
git fetch origin
4+
git checkout gh-pages
5+
git pull
6+
git merge origin/master
7+
npm run build
8+
git commit -am"npm run build"
9+
git push
10+
```
11+
12+
FIXME: We should make Travis do this automatically.

0 commit comments

Comments
 (0)