chore: Remove Swagger documentation generation from build workflow
- 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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user