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; };