fix netlify publish directory

This commit is contained in:
Kyle Isom 2023-04-12 05:48:26 +00:00
parent 51ba8dfef3
commit 0c3211ae74
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
[build]
base = "docs"
command = "make html"
publish = "docs/_build/html"
publish = "_build/html"