Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ASEM000 committed Apr 9, 2024
1 parent fd6351b commit f512f1c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,11 @@ jobs:
pip install .
pip install -r docs/requirements.txt
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1

- name: Test doctests
- name: Run doctests
run: |
cd docs
make doctest
- name: Test docs to HTML
- name: Make HTML
run: |
cd docs
make html

0 comments on commit f512f1c

Please sign in to comment.