Remove publish option
This commit is contained in:
parent
379ef48078
commit
3c5e06dd0d
1
build.py
1
build.py
@ -131,7 +131,6 @@ def get_args() -> argparse.Namespace:
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-c", "--check", action="store_true", help="Check the config without building"
|
"-c", "--check", action="store_true", help="Check the config without building"
|
||||||
)
|
)
|
||||||
parser.add_argument("-p", "--publish", action="store_true", help="Publish the site")
|
|
||||||
return parser.parse_args()
|
return parser.parse_args()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user