updated pages.yml

This commit is contained in:
Paul Gauthier 2024-06-05 14:53:06 -07:00
parent 69d6993871
commit 4afc0be2e2
3 changed files with 10 additions and 1 deletions

7
website/Gemfile Normal file
View file

@ -0,0 +1,7 @@
source 'https://rubygems.org'
gem 'jekyll'
gem "just-the-docs", "0.8.2"
gem 'jekyll-redirect-from'
gem 'jekyll-sitemap'
gem "webrick"
gem 'github-pages', group: :jekyll_plugins