mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Move docs scripts into a dedicated folder
This commit is contained in:
parent
441b89a8ac
commit
77ecdd21fb
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ import pypandoc
|
|||
import requests
|
||||
|
||||
URL = "https://api.github.com/repos/pyrogram/pyrogram/releases"
|
||||
DEST = Path("source/releases")
|
||||
DEST = Path("../source/releases")
|
||||
INTRO = """
|
||||
Release Notes
|
||||
=============
|
||||
|
|
@ -66,7 +66,7 @@ with open("sitemap.xml", "w") as f:
|
|||
urls.append((path, now(), *dirs[folder]))
|
||||
|
||||
|
||||
search("source")
|
||||
search("../source")
|
||||
|
||||
urls.sort(key=lambda x: x[3], reverse=True)
|
||||
|
||||
Loading…
Reference in a new issue