Skip to content

Commit

Permalink
Install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed Nov 28, 2023
1 parent c530fad commit 27d9778
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
- name: Install dependencies
run: pip install .
- run: pip install sphinx
- name: Remove the auto generated documentation source files
run: make -C docs cleanall
- name: Regenerate the autogenerated files
Expand Down

0 comments on commit 27d9778

Please sign in to comment.