Revert "build: Generate CLI docs in GHA"

This reverts commit 9efaab2beb.
This commit is contained in:
Anton Ovchinnikov
2025-12-30 01:51:31 +01:00
parent 9efaab2beb
commit 878f96a4b7
-6
View File
@@ -36,12 +36,6 @@ jobs:
git diff --exit-code || git diff --exit-code ||
(echo "go.mod or go.sum has changed. Please run 'go mod tidy' and commit the changes." && exit 1) (echo "go.mod or go.sum has changed. Please run 'go mod tidy' and commit the changes." && exit 1)
- name: Generate docs
run: |
make cli-docs
git diff --exit-code ||
(echo "Documentation is out of date. Please run 'make cli-docs' and commit the changes." && exit 1)
- name: Run tests - name: Run tests
run: | run: |
make ucind-image make ucind-image