Skip to content

Commit

Permalink
Merge pull request #261 from Exabyte-io/feat/SOF-7176
Browse files Browse the repository at this point in the history
SOF-7176: connect netlify to generate deploy previews
  • Loading branch information
timurbazhirov authored Dec 19, 2023
2 parents 708925a + 50ddeb1 commit 1a09c2e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[build]
command = "bash ./scripts/setup-ubuntu.sh && mkdocs build"
publish = "site/"

[build.environment]
PYTHON_VERSION = "3.8"
NODE_VERSION = "18"

0 comments on commit 1a09c2e

Please sign in to comment.