Skip to content

Commit

Permalink
Merge pull request #117 from srobo/fix-deployment
Browse files Browse the repository at this point in the history
Install dependencies when deploying
  • Loading branch information
RealOrangeOne authored Jun 2, 2021
2 parents 81f5402 + fb9b57d commit 00a05a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- checkout
- restore_cache:
key: cache-{{ .Branch }}-{{ checksum "requirements.txt" }}
- run: pip install -r requirements.txt
- deploy:
name: Deploy to Github Pages
command: ./.circleci/deploy.sh
Expand Down

0 comments on commit 00a05a2

Please sign in to comment.