mirror of
https://github.com/grey-cat-1908/website.git
synced 2024-11-11 18:57:26 +03:00
durachok
This commit is contained in:
parent
fb5ef9db01
commit
5aecf4b8f6
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -41,7 +41,7 @@ def go_through(directory):
|
||||||
|
|
||||||
fier = content[content.find('/'):]
|
fier = content[content.find('/'):]
|
||||||
|
|
||||||
if len(fier) != 0: fier += ""/
|
if len(fier) != 0: fier += "/"
|
||||||
|
|
||||||
loc = f"{fier}{filename}/index.html"
|
loc = f"{fier}{filename}/index.html"
|
||||||
os.makedirs(f'build/{fier}{filename}')
|
os.makedirs(f'build/{fier}{filename}')
|
||||||
|
|
Loading…
Reference in a new issue