Skip to content

Commit bca5198

Browse files
committed
chore(scripts): update doc script for new doc file locations
1 parent bd3e7bf commit bca5198

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/bump_version_in_docs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ def envsubst(filepath: Path, version: str, release_tag: str) -> None:
6060
exit(1)
6161

6262
update_github_actions_example(
63-
DOCS_DIR / "automatic-releases" / "github-actions.rst", new_release_tag
63+
DOCS_DIR / "configuration" / "automatic-releases" / "github-actions.rst",
64+
new_release_tag,
6465
)
6566

6667
for doc_file in DOCS_DIR.rglob("*.rst"):

0 commit comments

Comments
 (0)