Skip to content

Commit

Permalink
fix ci documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Giallombardo Nathan committed Jun 27, 2024
1 parent c4067e5 commit a30888c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,18 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 2.7
- name: Install dependencies
run: |
pip install sphinx sphinx-book-theme
- name: Sphinx build
run: |
cd docs/
make html
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 2.7
cd ..
- name: Yard Doc build
run: |
bundle exec yard
Expand Down

0 comments on commit a30888c

Please sign in to comment.