Skip to content

Commit f4c44bd

Browse files
committed
Fix build conflicts, implement new logo, switch to GitHub Actions
1 parent 3257635 commit f4c44bd

File tree

4 files changed

+92
-252
lines changed

4 files changed

+92
-252
lines changed

.github/workflows/jekyll.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ jobs:
3333
with:
3434
ruby-version: '3.1'
3535
bundler-cache: true
36+
- name: Install dependencies
37+
run: bundle install
3638
- name: Setup Pages
3739
uses: actions/configure-pages@v4
3840
- name: Build with Jekyll
39-
run: |
40-
bundle exec jekyll build --baseurl "${{ steps.determine-url.outputs.base_url }}"
41+
run: bundle exec jekyll build
4142
env:
4243
JEKYLL_ENV: production
4344
- name: Upload artifact

Gemfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
source "https://rubygems.org"
22

3-
# GitHub Pages compatible Jekyll setup
4-
gem "github-pages", group: :jekyll_plugins
3+
# Jekyll setup for GitHub Actions
4+
gem "jekyll", "~> 4.3.0"
5+
gem "jekyll-feed", "~> 0.12"
6+
gem "jekyll-sitemap"

0 commit comments

Comments
 (0)