fix netlify publish directory

This commit is contained in:
2023-04-12 05:48:26 +00:00
parent 51ba8dfef3
commit 0c3211ae74

View File

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