use abspath on the out path

This commit is contained in:
Brian Hicks 2023-04-27 10:42:59 -05:00
parent afe288f66a
commit 27d7bd6244
No known key found for this signature in database
GPG Key ID: C4F324B9CAAB0D50

View File

@ -34,7 +34,7 @@ def run_docs(args):
args.elm_compiler,
"make",
"--docs",
args.out,
os.path.abspath(args.out),
],
cwd = args.build_dir
)