We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 933d849 commit 81909acCopy full SHA for 81909ac
.github/workflows/deploy.yml
@@ -47,14 +47,16 @@ jobs:
47
commit_message: "Automated: Convert timeline.md to timeline.yml"
48
file_pattern: _data/timeline.yml
49
50
- - name: Add linux platform to bundle
51
- run: bundle lock --add-platform x86_64-linux
52
-
53
- name: Setup Ruby
54
uses: ruby/setup-ruby@v1
55
with:
56
- ruby-version: '3.3'
57
- bundler-cache: true
+ ruby-version: '3.4'
+
+ - name: Add linux platform to bundle
+ run: bundle lock --add-platform x86_64-linux
58
+ - name: Install dependencies
59
+ run: bundle install --jobs 4 --retry 3
60
61
- name: Setup Pages
62
id: pages
0 commit comments