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 62832e8 commit 00e5c46Copy full SHA for 00e5c46
.github/workflows/ci.yml
@@ -10,6 +10,6 @@ jobs:
10
with:
11
ruby-version: '3.3'
12
- name: Install dependencies
13
- run: bundle install && bundle exec appraisal install
+ run: bundle install && bundle exec appraisal install
14
- name: Build site
15
run: bundle exec appraisal jekyll build --future
0 commit comments