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

Fix destination copy on Python script

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