Skip to content

Commit

Permalink
Add gem to access CI environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
unode committed May 15, 2021
1 parent 1470f11 commit 426a25c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ group :jekyll_plugins do
gem 'jekyll-readme-index', '>= 0.3.0'
gem 'jekyll-default-layout', '>= 0.1.4'
gem 'jekyll-titles-from-headings', '>= 0.5.3'
# Extra dependency that allows accessing ENV variables in other CI environments
gem 'jekyll-environment-variables', '>= 1.0.1'
end
end

Expand Down

0 comments on commit 426a25c

Please sign in to comment.