From 1c77b422c92112d79a5691249b42e87b09a75622 Mon Sep 17 00:00:00 2001 From: marianfoo <13335743+marianfoo@users.noreply.github.com> Date: Sun, 1 May 2022 13:51:30 +0200 Subject: [PATCH] feat(clones): add clones history for generators (#9) --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 65f2cc2..1aa7ab1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,6 +41,7 @@ jobs: run: | git add data/data.json git add data/versions.json + git add data/clones.json git commit -m "chore: crawl" git push origin HEAD:live-data -f continue-on-error: true