Skip to content

Commit 974a3a6

Browse files
JesAppdlech
authored andcommitted
clarify section on online preview (#388)
1 parent c4bc526 commit 974a3a6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ refresh your browser.
6363
Previewing Your Changes Online
6464
---
6565

66-
We have a special script to use to publish your changes using the `gh-pages`
67-
branch of your fork of ev3dev.github.io. If you have SSH setup for your GitHub
68-
account, simply run`./publish <gh-user>` where `<gh-user>` is your actual GitHub
69-
user name.
70-
This will copy the contents of `_site`, fix it up a bit and push it to your
71-
fork on GitHub. You can view the results at `http://<gh-user>.github.io/ev3dev.github.io`.
66+
After you have previewed your changes locally, you can use a special Ruby script to publish your changes using the `gh-pages`
67+
branch of your fork of ev3dev.github.io.
68+
69+
If you have SSH setup for your GitHub account, simply run `./publish.rb <gh-user> --ssh` where `<gh-user>` is your actual GitHub user name. If you do not have SSH set up, use `./publish.rb <gh-user>`. This will copy the contents of `_site`, fix it up a bit and push it to your fork on GitHub. You can view the results at `http://<gh-user>.github.io/ev3dev.github.io`.

0 commit comments

Comments
 (0)