Skip to content

Commit 87c5e53

Browse files
authored
Has commented here: typelevel#3599 (comment) The jekyll command to lunch the microsite locally is wrong. This fix it.
1 parent 95dc605 commit 87c5e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ run `sbt docs/makeMicrosite`
208208

209209
2. In a shell, navigate to the generated site directory in `cats-docs/target/site`
210210

211-
3. Start jekyll with `jekyll serve`
211+
3. Start jekyll with `jekyll serve -b /cats`
212212

213213
4. Navigate to http://localhost:4000/cats/ in your browser
214214

0 commit comments

Comments
 (0)