We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b27f9b commit 29212fbCopy full SHA for 29212fb
pretext/cli.py
@@ -842,7 +842,7 @@ def deploy(
842
ctx: click.Context, update_source: bool, stage_only: bool, preview: bool
843
) -> None:
844
"""
845
- Automatically deploys most recent build of [TARGET] to GitHub Pages,
+ Automatically deploys project to GitHub Pages,
846
making it available to the general public.
847
Requires that your project is under Git version control
848
properly configured with GitHub and GitHub Pages. Deployed
0 commit comments