We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81687e1 commit 7bff106Copy full SHA for 7bff106
1 file changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
with:
11
ruby-version: '3.3'
12
- name: Install dependencies
13
- run: bundle install && bundle exec appraisal install
+ run: bundle install
14
- name: Setup Pages
15
id: configure-pages
16
uses: actions/configure-pages@v5
@@ -21,6 +21,6 @@ jobs:
21
- name: Build site
22
env:
23
JEKYLL_ENV: production
24
- run: bundle exec appraisal jekyll build --future --config _config_ci.yml,_config.yml
+ run: bundle exec jekyll build --future --config _config_ci.yml,_config.yml
25
- name: Upload artifact
26
uses: actions/upload-pages-artifact@v3
0 commit comments