Skip to content

Commit

Permalink
Enabling timelapse back for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeychernyshev committed Aug 17, 2024
1 parent eb502ad commit 00f6258
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gitterra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions .gitterra.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default (config) => {
// config.timelapseLookBackPerfRun = 20;
// config.createTimelapse = true;
config.timelapseLookBackPerfRun = 100;
config.createTimelapse = true;

return config;
};

0 comments on commit 00f6258

Please sign in to comment.