From fa638d43450afa3030e66764b42adbec6b091698 Mon Sep 17 00:00:00 2001 From: Mangirdas Judeikis Date: Mon, 25 Nov 2024 16:57:46 +0200 Subject: [PATCH] remove docs in ci --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89328a6a..c014e210 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,10 +31,11 @@ jobs: uses: actions/setup-go@v4 with: go-version: 1.23 - - name: Build docs - run: | - make gen-docs - git diff --exit-code +# https://github.com/castai/kilo/issues/5 +# - name: Build docs +# run: | +# make gen-docs +# git diff --exit-code linux: runs-on: ubuntu-latest