Skip to content

Commit

Permalink
Merge pull request #79 from Kuadrant/add-netlify-toml
Browse files Browse the repository at this point in the history
Add netlify config
  • Loading branch information
openshift-merge-bot[bot] authored Mar 7, 2024
2 parents 15c23a6 + 7e4b495 commit 44f8c1f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[build]
publish = "site/"

# Install deps and build the site
command = """
pip install -r requirements.txt &&
mkdocs build
"""

[build.environment]
# Latest python version supported in netlify at time of adding
PYTHON_VERSION = "3.8"

0 comments on commit 44f8c1f

Please sign in to comment.