Skip to content

Commit 7e1594a

Browse files
committed
Updated gem installation command
The gem installation command in the GitHub workflow has been updated to use sudo. This change ensures that the kramdown-parser-gfm gem is installed with appropriate permissions.
1 parent 5a14623 commit 7e1594a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- name: Install kramdown-parser-gfm
1414
run: |
15-
gem install kramdown-parser-gfm
15+
sudo gem install kramdown-parser-gfm
1616
- uses: helaili/jekyll-action@2.0.1
1717
env:
1818
JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}

0 commit comments

Comments
 (0)