From 0c648a517f3f884318067e18afc1d355f78d5d48 Mon Sep 17 00:00:00 2001 From: Han Kruiger Date: Tue, 23 May 2023 14:46:33 +0200 Subject: [PATCH] copy css from existing source file --- pylode/profiles/ontpub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylode/profiles/ontpub.py b/pylode/profiles/ontpub.py index eafb0ce..19e9f90 100644 --- a/pylode/profiles/ontpub.py +++ b/pylode/profiles/ontpub.py @@ -285,7 +285,7 @@ def _make_head( else: link(href="pylode.css", rel="stylesheet", type="text/css") shutil.copy( - Path(__file__).parent / "pylode.css", + Path(__file__).parent.parent / "pylode.css", destination.parent / "pylode.css", ) link(