Skip to content

Commit

Permalink
Add pip install step to the workflow and fix deploy script.
Browse files Browse the repository at this point in the history
  • Loading branch information
krzemienski committed May 22, 2024
1 parent c35e4ee commit ae50fc3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
with:
python-version: '3.9'

- name: Install required
run: pip install -r requirements.txt

- name: Run README.md gen
run: ruby .github/convert.rb

Expand All @@ -84,4 +87,4 @@ jobs:
run: .github/deploy-readme.sh

- name: Deploy GitHub Pages
run: .github/deploy-ghpages.sh site
run: .github/deploy-ghpages.sh site

0 comments on commit ae50fc3

Please sign in to comment.