Skip to content

Commit

Permalink
Switching back to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeychernyshev committed Aug 17, 2024
1 parent f05fb98 commit 4e3ab1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gitterra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Play GitTerra 🎮
uses: GitTerraGame/Play-GitTerra-Action@timelapse
uses: GitTerraGame/Play-GitTerra-Action@main
with:
deploy-destination: https://gitterragame.github.io/huge-and-old-react/
deploy-gitterra-to-gh-pages:
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 = 100;
config.createTimelapse = true;
// config.timelapseLookBackPerfRun = 100;
// config.createTimelapse = true;

return config;
};

0 comments on commit 4e3ab1c

Please sign in to comment.