Skip to content

Commit

Permalink
install requirements too
Browse files Browse the repository at this point in the history
  • Loading branch information
arihant2math committed Oct 17, 2023
1 parent 66956d1 commit 9b35cf2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Install Dependencies
run: pip install sphinx furo
run: |
pip install sphinx furo
pip install -r requirements.txt
- name: Build
run: sphinx-build -b html source build
- name: Upload artifact
Expand Down

0 comments on commit 9b35cf2

Please sign in to comment.