Skip to content

Commit 1999488

Browse files
committed
Pin Jekyll image version in README
GH Pages deployed without GH Actions seems to be way outdated? github/pages-gem#651 https://github.com/actions/starter-workflows/blob/main/pages/jekyll-gh-pages.yml
1 parent b86afeb commit 1999488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
1. Clone the repo and its submodules: `git clone --recurse-submodules [email protected]:born2scan/born2scan.github.io.git`
88
2. Create a new post or edit an existing one in [_posts](_posts).
99
+ Check [below](#conventions) and refer to [Jekyll's docs](https://jekyllrb.com/docs/posts/) for more infos.
10-
3. Run `docker run --rm -it -v "$(pwd):/srv/jekyll" -p 4000:4000 jekyll/jekyll -- jekyll serve` to preview your changes locally at [localhost:4000](http://localhost:4000).
10+
3. Run `docker run --rm -it -v "$(pwd):/srv/jekyll" -p 4000:4000 jekyll/jekyll:4.2.0 -- jekyll serve` to preview your changes locally at [localhost:4000](http://localhost:4000).
1111

1212
## Conventions
1313

0 commit comments

Comments
 (0)