Skip to content

Commit 3cebc5a

Browse files
authored
Update jekyll.yml
Organizing identation
1 parent 91386d4 commit 3cebc5a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/jekyll.yml

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

42-
- name: Add Linux platform to bundler
43-
run: bundle lock --add-platform x86_64-linux
42+
- name: Add Linux platform to bundler
43+
run: bundle lock --add-platform x86_64-linux
4444

45-
- name: Install dependencies
46-
run: bundle install --jobs 4 --retry 3
45+
- name: Install dependencies
46+
run: bundle install --jobs 4 --retry 3
4747

4848
- name: Setup Pages
4949
id: pages

0 commit comments

Comments
 (0)