Skip to content

Commit

Permalink
Install sphinx for CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Feb 21, 2024
1 parent 1fd105e commit 70c0977
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ jobs:
with:
jvm: ${{ matrix.jvmName }}

- name: Install Jekyll, Nanoc, Asciidoctor
- name: Install Jekyll, Nanoc, Asciidoctor, sphinx
run: |-
sudo gem install jekyll:3.8.4 nanoc:4.0.2 asciidoctor --no-document
pip3 install --user sphinx
# npm install -g gitbook-cli@2.3.2
# gitbook install 3.2.3

Expand Down

0 comments on commit 70c0977

Please sign in to comment.