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 75fb69b commit 62832e8Copy full SHA for 62832e8
.github/workflows/ci.yml
@@ -7,9 +7,9 @@ jobs:
7
steps:
8
- uses: actions/checkout@v3
9
- uses: ruby/setup-ruby@v1
10
- with:
11
- ruby-version: '3.3'
12
- - name: Install dependencies
13
- run: bundle install && bundle exec appraisal install
14
- - name: Build site
15
- run: bundle exec appraisal jekyll build --future
+ with:
+ ruby-version: '3.3'
+ - name: Install dependencies
+ run: bundle install && bundle exec appraisal install
+ - name: Build site
+ run: bundle exec appraisal jekyll build --future
0 commit comments