We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41356dc commit 3097df2Copy full SHA for 3097df2
1 file changed
.github/workflows/jekyll.yml
@@ -29,7 +29,7 @@ concurrency:
29
jobs:
30
# Build job
31
build:
32
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latesr
33
steps:
34
- name: Checkout
35
uses: actions/checkout@v3
@@ -42,7 +42,7 @@ jobs:
42
- name: Link Packages
43
run: cp -r node_modules/@fortawesome/fontawesome-free/webfonts/ assets/webfonts
44
- name: Setup Ruby
45
- uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
+ uses: ruby/setup-ruby@v1
46
with:
47
ruby-version: '3.2.2' # Not needed with a .ruby-version file
48
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
0 commit comments