Skip to content

Commit 62832e8

Browse files
authored
Fix typo
1 parent 75fb69b commit 62832e8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
steps:
88
- uses: actions/checkout@v3
99
- 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
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

0 commit comments

Comments
 (0)