Skip to content

Commit bd81060

Browse files
committed
chore: Fix docs deploy duty
1 parent 97765bf commit bd81060

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

duties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def docs_deploy(ctx: Context) -> None:
197197
if config_file == "mkdocs.yml":
198198
ctx.run(lambda: False, title="Not deploying docs without Material for MkDocs Insiders!")
199199
origin = ctx.run("git config --get remote.origin.url", silent=True)
200-
if "pawamoy-insiders/python" in origin:
200+
if "pawamoy-insiders/mkdocstrings-python" in origin:
201201
ctx.run("git remote add upstream git@github.com:mkdocstrings/python", silent=True, nofail=True)
202202
ctx.run(
203203
mkdocs.gh_deploy(config_file=config_file, remote_name="upstream", force=True),

0 commit comments

Comments
 (0)