fix: use the right variable for mkdocs port options
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
81b845fc66
commit
b588503b79
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ module DocMachine::Build
|
|||
docker_opt_mkdocs_port = ["-p", "#{mkdocs_port}:5100"]
|
||||
docker_opts.concat docker_opt_mkdocs_port
|
||||
Log.notice { "Using port #{mkdocs_port} for docs" }
|
||||
Log.info { "Docs: Adding option to command line (#{docker_opt_marp_port})" }
|
||||
Log.info { "Docs: Adding option to command line (#{docker_opt_mkdocs_port})" }
|
||||
else
|
||||
Log.info { "Docs: no docs detected." }
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue