Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit be04c6b

Browse files
committed
asdfjh
1 parent ed384df commit be04c6b

File tree

5 files changed

+24
-156
lines changed

5 files changed

+24
-156
lines changed

SEO/sitemap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def git_renew():
7373
+ 4 * " "
7474
+ "</url>\n"
7575
)
76-
sitemap_content += "</urlset>"
76+
sitemap_content += "</urlset>\n"
7777
with open("./sitemap.xml", mode="w") as f:
7878
f.write(sitemap_content)
7979

github.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import os
22
def git_renew():
3+
os.system("git pull")
34
os.system("git config user.name github-actions")
45
os.system("git config user.email [email protected]")
56
os.system("git add .")

layout/script.js

Lines changed: 3 additions & 4 deletions
Large diffs are not rendered by default.

layout/script.ts

Lines changed: 18 additions & 150 deletions
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,4 +333,4 @@
333333
<url>
334334
<loc>https://the-infinitys.f5.si/article/index.html</loc>
335335
</url>
336-
</urlset>
336+
</urlset>

0 commit comments

Comments
 (0)