Skip to content

Commit 445dcdf

Browse files
Fix netlify.toml publish path (eksctl-io#3340)
1 parent 6cac21a commit 445dcdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build]
22
base = "userdocs"
3-
publish = "userdocs/site"
3+
publish = "site"
44
command = "cd .. && make -f Makefile.docs build-pages"
55
[context.deploy-preview]
66
ignore = "git diff --quiet HEAD^ HEAD ./"

0 commit comments

Comments
 (0)