Skip to content

Commit

Permalink
Fix pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
The-EG committed Sep 10, 2024
1 parent 35c0a67 commit c91aa6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-python@v5
- name: Install Deps
run: |
pip install -r "pelican"
pip install "pelican"
- name: Build Documentation
run: |
Expand Down

0 comments on commit c91aa6a

Please sign in to comment.