Skip to content

Commit

Permalink
Update jekyll-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-Finegan authored Jul 17, 2024
1 parent b2e519f commit 991a502
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,14 @@ jobs:
with:
ruby-version: '3.x'

- name: Set Bundler path
run: echo "export BUNDLE_PATH=./vendor/bundle" >> $GITHUB_ENV

- name: Install Bundler
run: gem install bundler

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

- name: Build with Jekyll
Expand Down

0 comments on commit 991a502

Please sign in to comment.