Skip to content

Commit

Permalink
Fix netlify runner
Browse files Browse the repository at this point in the history
Signed-off-by: dtfranz <dfranz@redhat.com>
  • Loading branch information
dtfranz committed Oct 17, 2024
1 parent 79f42d5 commit b1bfb71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
python-version: 3.x
cache: pip

- run: pip install -r requirements.txt

# Deploy on merge
- run: make deploy-docs
if: github.event_name == 'push'
Expand Down

0 comments on commit b1bfb71

Please sign in to comment.