更新 .gitea/workflows/mengningsoftware-docs-ci-cd.yaml
Some checks failed
CI Pipeline / build (push) Failing after 1m26s

This commit is contained in:
2025-09-06 02:57:51 +00:00
parent 0c0e9d6ae0
commit 15bd4db1c4

View File

@@ -48,7 +48,7 @@ jobs:
KUBECONFIG_CONTENT: ${{ secrets.KUBECONFIG_CONTENT }}
run: |
mkdir -p ~/.kube
echo "$KUBECONFIG_CONTENT" | base64 -d > ~/.kube/config
echo "$KUBECONFIG_CONTENT" > ~/.kube/config
- name: 部署到 Kubernetes
run: |