Skip to content

Commit 81909ac

Browse files
committed
Update deploy.yml
1 parent 933d849 commit 81909ac

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,16 @@ jobs:
4747
commit_message: "Automated: Convert timeline.md to timeline.yml"
4848
file_pattern: _data/timeline.yml
4949

50-
- name: Add linux platform to bundle
51-
run: bundle lock --add-platform x86_64-linux
52-
5350
- name: Setup Ruby
5451
uses: ruby/setup-ruby@v1
5552
with:
56-
ruby-version: '3.3'
57-
bundler-cache: true
53+
ruby-version: '3.4'
54+
55+
- name: Add linux platform to bundle
56+
run: bundle lock --add-platform x86_64-linux
57+
58+
- name: Install dependencies
59+
run: bundle install --jobs 4 --retry 3
5860

5961
- name: Setup Pages
6062
id: pages

0 commit comments

Comments
 (0)