Skip to content

Commit

Permalink
ci: remove doc generation from CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
haxscramper committed Apr 24, 2024
1 parent 33a56d3 commit 7d7837b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,3 @@ def ci(ctx: Context, build: bool = True, test: bool = True, docs: bool = True):

if test:
run_command(ctx, "invoke", ["py-tests"])

if docs:
run_command(ctx, "invoke", ["docs"])

0 comments on commit 7d7837b

Please sign in to comment.