mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-11 13:06:43 +00:00
💚 Fix Netlify build with pipenv
This commit is contained in:
parent
acc15230ea
commit
786c392bd5
1 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# Install pipenv to be able to install from Pipfile
|
||||||
$HOME/python$PIPENV_RUNTIME/bin/pipenv run -- mkdocs build
|
pip install pipenv
|
||||||
|
# Install Pipfile including --dev, to install mkdocs and plugins
|
||||||
|
pipenv install --dev
|
||||||
|
# Finally, run mkdocs
|
||||||
|
mkdocs build
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue