Skip to content

Commit

Permalink
[INFRA] Retry bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Aug 19, 2024
1 parent dddaebf commit 8a51537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Build
run: |
bundle install
bundle install --retry=20
bundle exec jekyll build --baseurl preview/${{ github.event.pull_request.base.repo.full_name }}/${{ github.event.pull_request.number }}
- name: Deploy Preview
Expand Down

0 comments on commit 8a51537

Please sign in to comment.