diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 94e4036..7626486 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -70,7 +70,7 @@ jobs:
- 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
+ swag init --pd -d . -g ./cmd/dashboard/main.go -o ./cmd/dashboard/docs --exclude ./cmd/dashboard/user-dist --exclude ./cmd/dashboard/admin-dist --parseGoList=false
- name: Build with tag
if: contains(github.ref, 'refs/tags/')
diff --git a/.github/workflows/sync-code.yml b/.github/workflows/sync-code.yml
index 64df8b4..a6dad77 100644
--- a/.github/workflows/sync-code.yml
+++ b/.github/workflows/sync-code.yml
@@ -13,4 +13,4 @@ jobs:
with:
destination_repository: git@gitee.com:naibahq/nezha.git
destination_branch_name: master
- destination_ssh_key: ${{ secrets.GITLAB_SSH_KEY }}
+ destination_ssh_key: ${{ secrets.GITEE_SSH_KEY }}
diff --git a/README.md b/README.md
index 46d396b..d6edd6c 100644
--- a/README.md
+++ b/README.md
@@ -40,9 +40,9 @@ You can change the dashboard language in the settings page (`/setting`) after th
## Contributors
+
-
@@ -86,7 +86,6 @@ You can change the dashboard language in the settings page (`/setting`) after th
-