Skip to content

Commit 77ecdd2

Browse files
committed
Move docs scripts into a dedicated folder
1 parent 441b89a commit 77ecdd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import requests
2525

2626
URL = "https://api.github.com/repos/pyrogram/pyrogram/releases"
27-
DEST = Path("source/releases")
27+
DEST = Path("../source/releases")
2828
INTRO = """
2929
Release Notes
3030
=============

docs/sitemap.py renamed to docs/scripts/sitemap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def search(path):
6666
urls.append((path, now(), *dirs[folder]))
6767

6868

69-
search("source")
69+
search("../source")
7070

7171
urls.sort(key=lambda x: x[3], reverse=True)
7272

0 commit comments

Comments
 (0)