From 39637505d0bba6b437e96b2e197eb058c958b871 Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Wed, 3 Jul 2024 21:42:47 +0530 Subject: [PATCH] Temp branch for releasing the custom app with broken search fix. --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 786a228..d83ae23 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 - name: Retrieving Kiwix Android source code - run: git clone --depth=1 --single-branch --branch main https://github.com/kiwix/kiwix-android.git + run: git clone --depth=1 --single-branch --branch Fixes#3920 https://github.com/kiwix/kiwix-android.git - name: Copying custom app configuration into Kiwix Android code base run: ./copy_files_to_kiwix_android.sh