Skip to content

Commit 3ed967d

Browse files
committed
Update ruby, dependencies and pin html-proofer
1 parent 30c3aeb commit 3ed967d

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.bundle/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
BUNDLE_PATH: "vendor/bundle"

.github/workflows/pybuilder.github.io.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- uses: ruby/setup-ruby@v1
1515
with:
16-
ruby-version: 2.7
17-
bundler-cache: true
16+
ruby-version: "3.1"
17+
bundler-cache: false
18+
- name: Install Dependencies
19+
run: bundle install
1820
- name: Build Jekyll Site
1921
run: $GITHUB_WORKSPACE/build.sh
2022
- name: Deploy Site

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ _site
77
*~
88
build
99
Gemfile.lock
10+
vendor

Gemfile

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

3-
gem "html-proofer"
3+
gem "html-proofer", "<4"
44
gem "jekyll", "~> 4.0"
55
gem "jekyll-sass-converter" #, "~>2.0
66

0 commit comments

Comments
 (0)