Skip to content

Commit b1bfb71

Browse files
committed
Fix netlify runner
Signed-off-by: dtfranz <[email protected]>
1 parent 79f42d5 commit b1bfb71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pages.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
python-version: 3.x
3838
cache: pip
3939

40+
- run: pip install -r requirements.txt
41+
4042
# Deploy on merge
4143
- run: make deploy-docs
4244
if: github.event_name == 'push'

0 commit comments

Comments
 (0)