Skip to content

Commit da9163f

Browse files
committed
update deploy action to install all required modules
1 parent e849a6e commit da9163f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ jobs:
3030
path: .cache
3131
restore-keys: |
3232
mkdocs-material-
33-
- run: pip install mkdocs-material
34-
- run: pip install mkdocs-git-revision-date-localized-plugin
33+
- run: pip install -r requirements.txt
3534
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)