aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2023-07-05 16:11:46 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2023-07-05 16:11:46 +0100
commite2f501b088ee8ae633fe3cedf2d0f8666fcd712e (patch)
tree2af83cbf1913865c48b82f846f36a549d076930f /docs
parent7dc2281ed096ea631a07335a2f33f4f65e9d760a (diff)
Add github workflow for docs pages
Diffstat (limited to 'docs')
-rw-r--r--docs/Gemfile1
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