Skip to content

Commit ad09917

Browse files
DTSERWONE-2005 Fix Jazz dependency (#142)
* Update documentation.yml * Update documentation.yml * Update documentation.yml
1 parent 87b500d commit ad09917

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- uses: actions/checkout@v3
19-
19+
20+
- name: Install Jazz
21+
run: gem install jazzy
22+
2023
- name: Generate documentation
2124
run: |
2225
jazzy \

0 commit comments

Comments
 (0)