diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-07-05 16:11:46 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-07-05 16:11:46 +0100 |
| commit | e2f501b088ee8ae633fe3cedf2d0f8666fcd712e (patch) | |
| tree | 2af83cbf1913865c48b82f846f36a549d076930f /docs/Gemfile | |
| parent | 7dc2281ed096ea631a07335a2f33f4f65e9d760a (diff) | |
Add github workflow for docs pages
Diffstat (limited to 'docs/Gemfile')
| -rw-r--r-- | docs/Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Gemfile b/docs/Gemfile index 2484f72c..f6cc6045 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -1,4 +1,5 @@ source 'https://rubygems.org' +gem "jekyll", "~> 4.3.2" gem "jekyll-default-layout" gem "just-the-docs"
\ No newline at end of file |
