Skip to content
Snippets Groups Projects
Commit 6ebeebc4 authored by tuhe's avatar tuhe
Browse files

CICD

parent cd416519
Branches
No related tags found
No related merge requests found
Pipeline #8671 passed
import os import os
if __name__ == "__main__": if __name__ == "__main__":
pages = os.path.dirname(__file__) + "/../../pages" pages = os.path.dirname(__file__) + "/../../public"
if not os.path.isdir(pages): if not os.path.isdir(pages):
os.mkdir(pages) os.mkdir(pages)
with open(pages + "/index.html", 'w') as f: with open(pages + "/index.html", 'w') as f:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment