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