From c4354b07b70301682bcaa3cf36c9cf1436edd661 Mon Sep 17 00:00:00 2001 From: rchou Date: Sun, 24 Aug 2025 00:20:59 +0800 Subject: [PATCH] [deploy] --- .gitea/workflows/pipeline.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 2b532d8..310b81b 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -10,11 +10,6 @@ jobs: if: contains(gitea.event.head_commit.message, '[deploy]') steps: - - name: Test network - run: | - which curl || (apk add --no-cache curl) - curl -vk https://git.rchou.net/ - - name: Checkout uses: actions/checkout@v4