Skip to content

Commit

Permalink
install build dependencies during action
Browse files Browse the repository at this point in the history
  • Loading branch information
remrama committed Jun 2, 2024
1 parent 7bbb7b3 commit f9de866
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
path: "./docs" # Upload entire repository
- name: Install package
run: python -m pip install .
- name: Install dependencies
run: python -m pip install sphinx pydata-sphinx-theme
- name: Deploy to GitHub Pages
id: deployment
uses: sphinx-notes/pages@v3

0 comments on commit f9de866

Please sign in to comment.