We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc14826 commit 0cb39f5Copy full SHA for 0cb39f5
.github/workflows/jekyll-build.yml
@@ -7,10 +7,10 @@ jobs:
7
runs-on: ubuntu-latest
8
9
steps:
10
- - uses: actions/checkout@v3
11
- - uses: ruby/setup-ruby@v1
12
- with:
13
- ruby-version: "3.4.5"
14
- bundler-cache: true
15
- - run: |
16
- JEKYLL_FATAL_LINK_CHECKER=internal bundle exec jekyll build --future
+ - uses: actions/checkout@v3
+ - uses: ruby/setup-ruby@v1
+ with:
+ ruby-version: '3.4.5'
+ bundler-cache: true
+ - run: |
+ JEKYLL_FATAL_LINK_CHECKER=internal bundle exec jekyll build --future
0 commit comments