feat: update admin-dist

This commit is contained in:
naiba
2024-10-24 22:35:26 +08:00
parent 7282882269
commit 0b6d0977ac
2 changed files with 5 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ jobs:
with:
go-version: "1.23.x"
- name: bootstrap
- name: generate swagger docs
run: |
go install github.com/swaggo/swag/cmd/swag@latest
swag init --pd -d . -g ./cmd/dashboard/main.go -o ./cmd/dashboard/docs --parseGoList=false