From f46930fc05a0910909d0ca1ee9b0456788abdcb0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 24 Jun 2026 10:06:28 +0530 Subject: [PATCH] DRYer --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95ea55b4d..217ec38a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,11 +126,8 @@ jobs: - name: Run go vet run: go version && go vet -tags testing ./... - - name: Build man page - run: make FAIL_WARN=1 man - - - name: Build HTML docs - run: make FAIL_WARN=1 html + - name: Build docs + run: make FAIL_WARN=1 docs - name: Build static kittens run: python setup.py build-static-binaries