Skip to content

Commit 1ad93d2

Browse files
authored
Update jekyll.yml
1 parent d41dc73 commit 1ad93d2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,11 @@ jobs:
3737
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
3838
with:
3939
ruby-version: '3.1'
40-
bundler-cache: false # desliga o cache automático
40+
bundler-cache: true # desliga o cache automático
4141

4242
- name: Add Linux platform to bundler
4343
run: bundle lock --add-platform x86_64-linux
4444

45-
- name: Install dependencies
46-
run: bundle install --jobs 4 --retry 3
47-
4845
- name: Setup Pages
4946
id: pages
5047
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)