You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,8 @@ On Windows, you may have to run `git-setup.sh` (these are all Git commands) and
44
44
45
45
## Site-Building
46
46
47
-
After everything has been setup, running `gradle buildSite` builds the site and `gradle buildAll` includes each project's Javadoc.
48
-
With the correct credentials, `gradle pushSite` pushes the changes in `site-source` to the tracked remote branch.
47
+
After everything has been set up, running `gradle buildSite` builds the site and `gradle buildAll` includes each project's Javadoc.
48
+
With the correct credentials, `gradle pushSite` pushes the changes in `site` to the tracked remote branch.
49
49
50
50
For local experimentation with the site layout, it makes sense to first run `gradle buildSite` and then manually launch Jekyll in `site-source` with `bundle exec jekyll serve`.
51
51
Note the `serve`, which launches a server on localhost (Jekyll messages list the port) and also watches the `site-source` directory for further changes.
0 commit comments