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

CICD

parent cd416519
No related branches found
No related tags found
No related merge requests found
Pipeline #8671 passed
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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment