1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-23 23:21:00 +01:00

Test direct GitHub Pages deployment

This commit is contained in:
squidfunk 2023-09-22 19:22:21 +02:00
parent ade1fe9c14
commit 188d395ac7
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ def on_page_markdown(markdown: str, *, page: Page, config: MkDocsConfig, files):
# Collect all existing languages
names: dict[str, str] = {}
known: dict[str, dict[str, str]] = {}
for path in glob("src/templates/partials/languages/*.html"):
for path in glob("material/templates/partials/languages/*.html"):
with open(path, "r", encoding = "utf-8") as f:
data = f.read()

View File

@ -40,7 +40,7 @@ def on_page_markdown(markdown: str, *, page: Page, config: MkDocsConfig, files):
# Collect all existing languages
names: dict[str, str] = {}
known: dict[str, dict[str, str]] = {}
for path in glob("src/templates/partials/languages/*.html"):
for path in glob("material/templates/partials/languages/*.html"):
with open(path, "r", encoding = "utf-8") as f:
data = f.read()