fix: home page 500

This commit is contained in:
naiba
2024-11-29 22:49:17 +08:00
parent b78c92b2df
commit d62d0aa11c
2 changed files with 3 additions and 2 deletions

View File

@@ -70,8 +70,6 @@ jobs:
- name: generate swagger docs
run: |
go install github.com/swaggo/swag/cmd/swag@latest
touch ./cmd/dashboard/user-dist/a
touch ./cmd/dashboard/admin-dist/a
swag init --pd -d . -g ./cmd/dashboard/main.go -o ./cmd/dashboard/docs --parseGoList=false
- name: Build with tag