From baa9b9a88027381a5f9d33f1923a2ffebb633c5a Mon Sep 17 00:00:00 2001 From: Sergey Chernyshev Date: Fri, 16 Aug 2024 23:42:19 -0400 Subject: [PATCH] Oops, specifying URL for GitHub, not GitLab --- .github/workflows/gitterra.yml | 2 ++ .gitlab-ci.yml | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gitterra.yml b/.github/workflows/gitterra.yml index ba22f2b..d1b3ba9 100644 --- a/.github/workflows/gitterra.yml +++ b/.github/workflows/gitterra.yml @@ -25,6 +25,8 @@ jobs: steps: - name: Play GitTerra 🎮 uses: GitTerraGame/Play-GitTerra@main + with: + deploy-destination: https://gitterragame.github.io/TestRepo/ deploy-gitterra-to-gh-pages: if: github.ref == 'refs/heads/main' diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31e7b84..819ec22 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,5 @@ include: - component: gitlab.com/gitterra/GitTerra/gitterra@~latest - inputs: - deploy-destination: https://gitterragame.github.io/TestRepo/ - component: gitlab.com/gitterra/GitTerra/pages@~latest stages: