From e7cd1bd20f74087be426bd49eeffd8a423780e8b Mon Sep 17 00:00:00 2001 From: gggeek Date: Tue, 16 Apr 2024 17:58:16 +0000 Subject: [PATCH] comment out forgotten useless line in cd.yaml --- .github/workflows/cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 271798ef..63072da5 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -136,7 +136,7 @@ jobs: server-dir: src/ dangerous-clean-slate: true - name: upload lib to gggeek.altervista.org - demo - if: ${{ github.ref_type == 'tag' && startsWith(github.ref_name, '4.') }} + #if: ${{ github.ref_type == 'tag' && startsWith(github.ref_name, '4.') }} uses: SamKirkland/FTP-Deploy-Action@4.3.5 with: server: ftp.gggeek.altervista.org -- 2.47.0