Skip to content

Commit ca73a4a

Browse files
authored
Missing bundle install in testing pages locally (#4412)
1 parent 8203160 commit ca73a4a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

content/github/working-with-github-pages/testing-your-github-pages-site-locally-with-jekyll.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Before you can use Jekyll to test a site, you must:
3030

3131
{% data reusables.command_line.open_the_multi_os_terminal %}
3232
{% data reusables.pages.navigate-publishing-source %}
33+
3. Run `bundle install`.
3334
3. Run your Jekyll site locally.
3435
```shell
3536
$ bundle exec jekyll serve

0 commit comments

Comments
 (0)