From 6ebeebc4ea8e204b2cecb4d42c8f9776e40d93f6 Mon Sep 17 00:00:00 2001 From: Tue Herlau <tuhe@dtu.dk> Date: Tue, 11 Oct 2022 15:03:54 +0200 Subject: [PATCH] CICD --- src/unlearn/tokenpage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unlearn/tokenpage.py b/src/unlearn/tokenpage.py index 6a971a2..0be0187 100644 --- a/src/unlearn/tokenpage.py +++ b/src/unlearn/tokenpage.py @@ -1,7 +1,7 @@ import os if __name__ == "__main__": - pages = os.path.dirname(__file__) + "/../../pages" + pages = os.path.dirname(__file__) + "/../../public" if not os.path.isdir(pages): os.mkdir(pages) with open(pages + "/index.html", 'w') as f: -- GitLab