mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-27 13:02:42 +03:00
use abspath on the out path
This commit is contained in:
parent
afe288f66a
commit
27d7bd6244
@ -34,7 +34,7 @@ def run_docs(args):
|
||||
args.elm_compiler,
|
||||
"make",
|
||||
"--docs",
|
||||
args.out,
|
||||
os.path.abspath(args.out),
|
||||
],
|
||||
cwd = args.build_dir
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user