Skip to content

Commit

Permalink
Call requirements file correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
smokestacklightnin committed Sep 30, 2024
1 parent 523bad7 commit 1d067cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
mkdocs-material-
- name: Install Dependencies
run: pip install $(<requirements-docs.txt)
run: pip install -r requirements-docs.txt

- name: Deploy to GitHub Pages
run: mkdocs gh-deploy --force
Expand Down

0 comments on commit 1d067cd

Please sign in to comment.