Skip to content

Commit

Permalink
[docs] Install gems with --user-install
Browse files Browse the repository at this point in the history
  • Loading branch information
thoni56 committed Apr 30, 2024
1 parent 9938243 commit 3fb89c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:

- name: Install Asciidoctor and Asciidoctor-Diagram
run: |
gem install asciidoctor asciidoctor-diagram asciidoctor-pdf
gem install asciidoctor asciidoctor-diagram asciidoctor-pdf --user-install
env:
GEM_HOME: ${{ github.workspace }}/.gem
PATH: ${{ github.workspace }}/.gem/bin:${{ env.PATH }}

- name: Install dependencies
run: |
Expand Down

0 comments on commit 3fb89c5

Please sign in to comment.