Skip to content

Commit d75a4cb

Browse files
committed
Install gems to user dir.
1 parent 0ab35fa commit d75a4cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/web-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
- name: Install (APT)
4343
run: sudo apt-get install asciidoctor
4444
- name: Install (Kramdown)
45-
run: gem install kramdown-asciidoc
45+
run: |
46+
gem environment user_gemdir
47+
gem install --user-install kramdown-asciidoc
4648
- name: Install (B2)
4749
run: |
4850
set -e

0 commit comments

Comments
 (0)