From c67c0568ddc14364bc18a7e4cede1841da2e00e9 Mon Sep 17 00:00:00 2001 From: Sergey Chernyshev Date: Mon, 12 Aug 2024 15:53:09 -0400 Subject: [PATCH] Use a URL to deploy the history cache --- .github/workflows/gitterra.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gitterra.yml b/.github/workflows/gitterra.yml index 95e8d8066986f..10f65454c8924 100644 --- a/.github/workflows/gitterra.yml +++ b/.github/workflows/gitterra.yml @@ -25,6 +25,8 @@ jobs: steps: - name: Play GitTerra 🎮 uses: GitTerraGame/Play-GitTerra-Action@timelapse + with: + deploy-destination: https://gitterragame.github.io/huge-and-old-react/ deploy-gitterra-to-gh-pages: if: github.ref == 'refs/heads/main' needs: play-gitterra