Skip to content

Commit e8a58e0

Browse files
authored
Merge pull request #128 from weeklydevchat/feature/fix-deploy
Fix deployment by installing all dependencies
2 parents 04a3f57 + de27b92 commit e8a58e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
path: .cache
2929
restore-keys: |
3030
mkdocs-material-
31-
- run: pip install mkdocs-material
31+
- run: pip install -r requirements.txt
3232
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)