Skip to content

Commit 29212fb

Browse files
authored
correct docstring for deploy (#755)
1 parent 9b27f9b commit 29212fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pretext/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ def deploy(
842842
ctx: click.Context, update_source: bool, stage_only: bool, preview: bool
843843
) -> None:
844844
"""
845-
Automatically deploys most recent build of [TARGET] to GitHub Pages,
845+
Automatically deploys project to GitHub Pages,
846846
making it available to the general public.
847847
Requires that your project is under Git version control
848848
properly configured with GitHub and GitHub Pages. Deployed

0 commit comments

Comments
 (0)