-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update container image for CI * Re-enable for push (good to test) * Restructure GH action Instead of using a custom container, use the base Ubuntu release and the GH actions needed to setup ruby, install Jekyll and then run it. * Exact ruby version * Use ruby setup bundler install Simplify Gemfile * Update _config.yml Change site.name to site.title and also update description * Add an intentional bad link * Further link tests * Remove test links
- Loading branch information
1 parent
e0c286e
commit ff9b0cc
Showing
3 changed files
with
16 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,3 @@ | ||
source "https://rubygems.org" | ||
|
||
gem 'jekyll-feed' | ||
gem "github-pages", ">= 150" | ||
gem "html-proofer" | ||
|
||
# Suggested by Jekyll | ||
gem 'wdm', '>= 0.1.0' if Gem.win_platform? | ||
|
||
# Required on Windows | ||
gem 'tzinfo-data' if Gem.win_platform? | ||
|
||
# Needed for Ruby > 3.1? due to changed dependencies | ||
gem 'webrick' | ||
gem 'github-pages', group: :jekyll_plugins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters