Skip to content

Commit

Permalink
forgot gitpython in the action
Browse files Browse the repository at this point in the history
  • Loading branch information
olebeck committed Jul 3, 2024
1 parent f546d5b commit 9d62d67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:
- name: build
id: build
run: python build.py
run: |
pip install gitpython
python build.py
- name: Deploy with rsync
if: ${{ env.SSH_HOST != '' }}
Expand Down

0 comments on commit 9d62d67

Please sign in to comment.