mirror of
https://github.com/fastapi/fastapi.git
synced 2026-03-30 04:32:46 -04:00
💚 Fix Netlify build with pipenv
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
$HOME/python$PIPENV_RUNTIME/bin/pipenv run -- mkdocs build
|
||||
# Install pipenv to be able to install from Pipfile
|
||||
pip install pipenv
|
||||
# Install Pipfile including --dev, to install mkdocs and plugins
|
||||
pipenv install --dev
|
||||
# Finally, run mkdocs
|
||||
mkdocs build
|
||||
|
||||
Reference in New Issue
Block a user