Skip to content
Snippets Groups Projects
Verified Commit 1ff7c16c authored by TheJoeCoder's avatar TheJoeCoder
Browse files

Fix destination copy on Python script

parent d73a0f25
No related branches found
No related tags found
No related merge requests found
Pipeline #175 failed
import shutil
import os
os.mkdir("public")
shutil.copyfile("templates/index.html", "public/")
shutil.copyfile("templates/index.html", "public/index.html")
shutil.copy("static/*", "public/")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment