Skip to content

Commit 991a502

Browse files
Update jekyll-gh-pages.yml
1 parent b2e519f commit 991a502

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/jekyll-gh-pages.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,14 @@ jobs:
5151
with:
5252
ruby-version: '3.x'
5353

54+
- name: Set Bundler path
55+
run: echo "export BUNDLE_PATH=./vendor/bundle" >> $GITHUB_ENV
56+
5457
- name: Install Bundler
5558
run: gem install bundler
5659

5760
- name: Install dependencies with Bundler
58-
run: bundle install
61+
run: bundle install --path=./vendor/bundle --jobs 4 --retry 3
5962
working-directory: ${{ github.workspace }}
6063

6164
- name: Build with Jekyll

0 commit comments

Comments
 (0)