Skip to content

Commit ee1a7ca

Browse files
committed
Updates to sphinx.yml
Add step to install dependencies from requirements.txt
1 parent d57be32 commit ee1a7ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sphinx.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14+
- name: Install dependencies
15+
run: pip install -r requirements.txt
1416
- name: Build HTML
1517
uses: ammaraskar/sphinx-action@master
1618
- name: Upload artifacts

0 commit comments

Comments
 (0)