Skip to content

Commit 3fcb8b8

Browse files
committed
add gh-pages dependencies link
1 parent 4ff65a5 commit 3fcb8b8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_glossary/github-pages.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ Resources:
1616

1717
- [GitHub Pages docs](https://docs.github.com/en/free-pro-team@latest/github/working-with-github-pages)
1818
- [Using Jekyll on GitHub Pages docs](https://docs.github.com/en/free-pro-team@latest/github/working-with-github-pages/setting-up-a-github-pages-site-with-jekyll)
19+
- [Dependency versions](https://pages.github.com/versions/) (traditional gh-pages build uses older version of Jekyll)

docs/deploy/gh-pages.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ nav_order: 1
1111
CollectionBuilder-CSV relies on Jekyll plugins, thus will not build properly using default GitHub Pages--see [GitHub Actions]({{ '/docs/deploy/actions/' | relative_url }}) instead.
1212
Also note that GH and Sheets users *can* use any deployment method--you are not limited to using GitHub Pages to host your site!
1313

14+
"Deploy from a branch" is the traditional and simplest way to activate GitHub Pages and build your website.
15+
Note, this process uses [older versions of Jekyll](https://pages.github.com/versions/) and does not support plugins, so CB-GH and CB-Sheets are designed to work around those limitations (compared to CB-CSV which is not compatible).
16+
1417
## Make Repository Public
1518

1619
Your repository must be public to use GitHub Pages unless you have a paid account (most users make their projects public anyway!).

0 commit comments

Comments
 (0)