Skip to content

Commit

Permalink
Change jekyll version for document contribution (#8020)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesarwam authored Aug 2, 2024
1 parent 2e7fb49 commit 0e00620
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/project/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ The alternative is to use Docker which has the benefit of handling all the depen
--volume="$PWD/docs:/srv/jekyll:Z" \
--volume="$PWD/docs/.jekyll-bundle-cache:/usr/local/bundle:Z" \
--interactive --tty \
jekyll/jekyll:3.8 \
jekyll/jekyll:4.2.2 \
jekyll serve --livereload
```

Expand Down Expand Up @@ -169,3 +169,4 @@ When making a pull request to lakeFS that involves a `docs/*` file, a [GitHub ac
```

3. Review the `lychee_report.md` in your local `/tmp` folder

0 comments on commit 0e00620

Please sign in to comment.