Skip to content

Commit

Permalink
⬆️ Update jekyll requirement from ~> 4.2.1 to ~> 4.3.1 (#13)
Browse files Browse the repository at this point in the history
* ⬆️ Update jekyll requirement from ~> 4.2.1 to ~> 4.3.1

Updates the requirements on [jekyll](https://github.com/jekyll/jekyll) to permit the latest version.
- [Release notes](https://github.com/jekyll/jekyll/releases)
- [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown)
- [Commits](jekyll/jekyll@v4.2.1...v4.3.1)

---
updated-dependencies:
- dependency-name: jekyll
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix CI, add Mastodon

* Upgrade ruby, fix all URL errors

* htmlproofer not respecting path?

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Mayeres <[email protected]>
Co-authored-by: Jeremy Mayeres <[email protected]>
  • Loading branch information
3 people authored Nov 26, 2022
1 parent 1f86344 commit 223d8ef
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7 #
ruby-version: 3.1
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: script/cibuild
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
gem "jekyll", "~> 4.2.1"
gem "jekyll", "~> 4.3.1"

group :jekyll_plugins do
gem "jekyll-theme-cayman"
Expand Down
5 changes: 3 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Also updated ActiveX interface to the RFID SDK and provided direction to resolvi

* [OpenStreetMap](https://www.openstreetmap.org/) - Contribute to OSM, including Humanitarian OpenStreetMap mapping.
* [Berliner Tafel](https://www.berliner-tafel.de/berliner-tafel/) - Sorted unwanted food
* [Berliner Obdachlosenhilfe](http://www.berliner-obdachlosenhilfe.de/) - Prepared and distributed food for the homeless
* [Berliner Obdachlosenhilfe](https://www.berliner-obdachlosenhilfe.de/) - Prepared and distributed food for the homeless
* Habitat for Humanity - Helped build homes in Melbourne, FL
* Harris High School Design Challenge - Get students involved with Science, Technology, Engineering, and Math (STEM) in local high schools. The design challenge consists of teams of high school students creating a mobile application to solve certain challenges. My responsibilities included updating the Android framework, judging preliminary presentations by the students, and being a "dispatcher" during the actual competition.

Expand Down Expand Up @@ -179,10 +179,11 @@ Finnish | A1 Level
## Links

### Connect
* <a rel="me" href="https://mastodon.social/@jerr0328">Mastodon</a>
* [Twitter - Jerr](https://twitter.com/Jerr)
* [GitHub - jerr0328](https://github.com/jerr0328)
* [LinkedIn](https://www.linkedin.com/in/jmayeres/)
* [StackOverflow](https://stackoverflow.com/story/jeremy)
* [StackOverflow](https://stackoverflow.com/users/375530/jerr)
* [Dev.to - Jerr](https://dev.to/jerr)
* [Blogspot (outdated)](https://jeremymayeres.blogspot.de/)

Expand Down
2 changes: 1 addition & 1 deletion script/cibuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set -e # halt script on error

bundle exec jekyll build
bundle exec htmlproofer --http-status-ignore "999" --url-ignore "/fonts.gstatic.com/" --assume-extension ./_site
(cd ./_site && bundle exec htmlproofer --ignore-status-codes "999" --ignore-urls "/fonts.gstatic.com/,/assets/css/style.css?v=" --assume-extension ./)

0 comments on commit 223d8ef

Please sign in to comment.