We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b18d5eb commit f6da732Copy full SHA for f6da732
1 file changed
.github/workflows/build-site.yml
@@ -26,5 +26,5 @@ jobs:
26
restore-keys: |
27
mkdocs-material-
28
- run: pip install pipenv
29
- - run: pipenv install
+ - run: pipenv install --dev
30
- run: mkdocs gh-deploy --force
0 commit comments