Skip to content

Commit 7bff106

Browse files
committed
fix(ci): remove not used appraisals install
1 parent 81687e1 commit 7bff106

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
ruby-version: '3.3'
1212
- name: Install dependencies
13-
run: bundle install && bundle exec appraisal install
13+
run: bundle install
1414
- name: Setup Pages
1515
id: configure-pages
1616
uses: actions/configure-pages@v5
@@ -21,6 +21,6 @@ jobs:
2121
- name: Build site
2222
env:
2323
JEKYLL_ENV: production
24-
run: bundle exec appraisal jekyll build --future --config _config_ci.yml,_config.yml
24+
run: bundle exec jekyll build --future --config _config_ci.yml,_config.yml
2525
- name: Upload artifact
2626
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)