chore: Remove Swagger documentation generation from build workflow
Some checks failed
Build / build (push) Successful in 4m0s
Build / build-docker (push) Failing after 41s

- Eliminated the Swagger documentation generation step from the build process.
- Updated the main server file to remove the Swagger documentation import, streamlining the codebase.
This commit is contained in:
lafay
2026-01-10 05:00:09 +08:00
parent 3b8d8bd7a7
commit 573c10ed1d
2 changed files with 0 additions and 4 deletions

View File

@@ -26,8 +26,6 @@ jobs:
- name: Download dependencies
run: go mod download
- name: Generate Swagger docs
run: swag init -g cmd/server/main.go -o docs
- name: Build
env: