We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d41dc73 commit 1ad93d2Copy full SHA for 1ad93d2
.github/workflows/jekyll.yml
@@ -37,14 +37,11 @@ jobs:
37
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
38
with:
39
ruby-version: '3.1'
40
- bundler-cache: false # desliga o cache automático
+ bundler-cache: true # desliga o cache automático
41
42
- name: Add Linux platform to bundler
43
run: bundle lock --add-platform x86_64-linux
44
45
- - name: Install dependencies
46
- run: bundle install --jobs 4 --retry 3
47
-
48
- name: Setup Pages
49
id: pages
50
uses: actions/configure-pages@v5
0 commit comments