Skip to content

Commit

Permalink
Merge branch 'main' into fix-fd-capture-on-taos
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Oct 23, 2024
2 parents 65270cf + e53506b commit 7437bcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: 1.5.1
_commit: 1.5.2
_src_path: gh:pawamoy/copier-uv
author_email: [email protected]
author_fullname: Timothée Mazzucotelli
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![ci](https://github.com/pawamoy/failprint/workflows/ci/badge.svg)](https://github.com/pawamoy/failprint/actions?query=workflow%3Aci)
[![documentation](https://img.shields.io/badge/docs-mkdocs-708FCC.svg?style=flat)](https://pawamoy.github.io/failprint/)
[![pypi version](https://img.shields.io/pypi/v/failprint.svg)](https://pypi.org/project/failprint/)
[![gitpod](https://img.shields.io/badge/gitpod-workspace-708FCC.svg?style=flat)](https://gitpod.io/#https://github.com/pawamoy/failprint)
[![gitter](https://badges.gitter.im/join%20chat.svg)](https://app.gitter.im/#/room/#failprint:gitter.im)

Run a command, print its output only if it fails.
Expand Down
8 changes: 2 additions & 6 deletions duties.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,8 @@ def docs(ctx: Context, *cli_args: str, host: str = "127.0.0.1", port: int = 8000


@duty
def docs_deploy(ctx: Context, *, force: bool = False) -> None: # noqa: ARG001
"""Deploy the documentation to GitHub pages.
Parameters:
force: Whether to force deployment, even from non-Insiders version.
"""
def docs_deploy(ctx: Context) -> None:
"""Deploy the documentation to GitHub pages."""
os.environ["DEPLOY"] = "true"
with material_insiders() as insiders:
if not insiders:
Expand Down

0 comments on commit 7437bcb

Please sign in to comment.