diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index b904e2f..003c0d8 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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: diff --git a/cmd/server/main.go b/cmd/server/main.go index 856b29d..2f98dd5 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -32,8 +32,6 @@ import ( "github.com/gin-gonic/gin" "go.uber.org/zap" - - _ "carrotskin/docs" ) func main() {