From eb502ad9445959c9a314d318c9be080d8b29b73b Mon Sep 17 00:00:00 2001 From: Sergey Chernyshev Date: Fri, 16 Aug 2024 23:50:34 -0400 Subject: [PATCH] Disabling timelapse for the TestRepo --- .github/workflows/gitterra.yml | 4 ++-- .gitterra.config.mjs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gitterra.yml b/.github/workflows/gitterra.yml index d1b3ba9..68ced1e 100644 --- a/.github/workflows/gitterra.yml +++ b/.github/workflows/gitterra.yml @@ -25,8 +25,8 @@ jobs: steps: - name: Play GitTerra 🎮 uses: GitTerraGame/Play-GitTerra@main - with: - deploy-destination: https://gitterragame.github.io/TestRepo/ + # with: + # deploy-destination: https://gitterragame.github.io/TestRepo/ deploy-gitterra-to-gh-pages: if: github.ref == 'refs/heads/main' diff --git a/.gitterra.config.mjs b/.gitterra.config.mjs index 62e7138..327dc7a 100644 --- a/.gitterra.config.mjs +++ b/.gitterra.config.mjs @@ -1,6 +1,6 @@ export default (config) => { - config.timelapseLookBackPerfRun = 100; - config.createTimelapse = true; + // config.timelapseLookBackPerfRun = 20; + // config.createTimelapse = true; return config; };