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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ W3C Web Machine Learning Working Group and Community Group website.
5
5
## Environment Setup
6
6
7
7
```
8
-
gem install bundler jekyll
8
+
gem install bundler jekyll github-pages
9
9
```
10
10
11
11
## Run
@@ -16,6 +16,14 @@ bundle exec jekyll serve
16
16
Server address: http://127.0.0.1:4000/
17
17
```
18
18
19
+
## Update Jekyll and Dependencies
20
+
21
+
The [GitHub Pages gem](https://github.com/github/pages-gem) (`github-pages`) helps maintain a Jekyll build environment that most closely matches the GitHub Pages build environment. To update Jekyll and its dependencies:
22
+
23
+
```
24
+
bundle update github-pages
25
+
```
26
+
19
27
## Contributing
20
28
21
29
We welcome contributions! Please see the [contributing guidelines](CONTRIBUTING.md).
0 commit comments