Skip to content

Commit 2966a40

Browse files
authored
Merge pull request #20 from JohnTitor/update-gha
Update GitHub workflow
2 parents d17b4af + fbaae57 commit 2966a40

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,13 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v1
10+
- uses: actions/checkout@v3
1111

1212
- name: Setup Ruby
13-
uses: actions/setup-ruby@v1
13+
uses: ruby/setup-ruby@v1
1414
with:
15-
ruby-version: 2.6.x
16-
architecture: x64
17-
18-
- name: Install bundler and dependencies
19-
run: |
20-
gem install bundler
21-
bundle install --jobs 4 --retry 3
15+
ruby-version: '2.6'
16+
bundler-cache: true
2217

2318
- name: Check build
2419
run: bundle exec jekyll build

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@ DEPENDENCIES
144144
jekyll (~> 3.1.6)
145145

146146
BUNDLED WITH
147-
1.16.1
147+
2.3.18

_config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ url: "https://o0Ignition0o.github.io" # The blog url you want to choose (you can
77
logo: "https://www.rust-lang.org/logos/rust-logo-64x64-blk.png" # This one is used as blog logo
88
twitter_username: o0ignition0o # Your twitter handle
99
github_username: o0Ignition0o # Your github handle
10+
exclude:
11+
- vendor
12+
- .github
13+
- README.md
14+
- Gemfile
15+
- Gemfile.lock
1016

1117
# Build settings
1218
highlighter: rouge

0 commit comments

Comments
 (0)