From 117da26c349bd082849e3637d9d3d3c8b2f5552f Mon Sep 17 00:00:00 2001 From: gouri-panda Date: Wed, 29 Mar 2023 04:07:40 +0530 Subject: [PATCH] Added commit before the kiwix-android bug --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2797539..eee3635 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3 - name: Retrieving Kiwix Android source code - run: git clone --depth=1 --single-branch --branch develop https://github.com/kiwix/kiwix-android.git + run: git clone --single-branch --branch develop 91a999f https://github.com/kiwix/kiwix-android.git - name: Copying custom app configuration into Kiwix Android code base run: ./copy_files_to_kiwix_android.sh