Commit 019fd43
authored
Update creating-a-github-pages-site-with-jekyll.md
The `jekyll new --skip-bundle .` step should happen in the root directory. The previous step said to `cd docs` but seems that's not necessary? But if you're still in the docs directory (from the previous step), you'll create the site in the wrong place.
Alternatively, remove the `cd docs` command if it's really not needed.1 parent 485ba6a commit 019fd43
File tree
1 file changed
+1
-1
lines changed- content/pages/setting-up-a-github-pages-site-with-jekyll
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments