From 1f5623a4fd785e4f0bf55fce5c242d45ee5e7d13 Mon Sep 17 00:00:00 2001 From: eric Liu Date: Wed, 12 Jun 2024 04:00:49 +0000 Subject: [PATCH] Update .gitea/workflows/publish.yaml --- .gitea/workflows/publish.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 7c3ca34..dcce294 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -30,9 +30,4 @@ jobs: uses: peaceiris/actions-gh-pages@v4 with: deploy_key: ${{ secrets.SSH_KEY }} - publish_dir: ./public - - - name: Delete Kubernetes pod - run: | - curl -X DELETE ${{ secrets.APISERVER }}/api/v1/namespaces/Hugo/pods/ \ - --header "Authorization: Bearer ${{ secrets.TOKEN }}" --insecure \ No newline at end of file + publish_dir: ./public \ No newline at end of file