mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 12:51:18 +00:00
Move docs scripts into a dedicated folder
This commit is contained in:
parent
441b89a8ac
commit
77ecdd21fb
@ -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 New Issue
Block a user