Skip to content

Commit 6f8ba72

Browse files
committed
fix: update Rouge gem to ensure proper syntax highlighting
1 parent 09ae110 commit 6f8ba72

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/jekyll.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
run: |
4242
ruby bin/merge_md_files.rb
4343
44+
- name: Force Rouge update
45+
run: |
46+
bundle update rouge
47+
bundle list rouge
48+
4449
- name: Build with Jekyll
4550
# Outputs to the './_site' directory by default
4651
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"

0 commit comments

Comments
 (0)