Skip to content

Commit

Permalink
Update cd workflow to install dependencies from requirements.txt (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssadai authored Sep 6, 2023
1 parent 88a2087 commit 3f570f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:

- name: Deploy
run: |
pip install mkdocs-material
pip install -r requirements.txt
mkdocs gh-deploy --force

0 comments on commit 3f570f9

Please sign in to comment.