We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049112a commit 7c82693Copy full SHA for 7c82693
Documentation/developers/publish_README.md
@@ -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