From 64c4e555763ca27c03104a5479b1deb1260cc748 Mon Sep 17 00:00:00 2001 From: BitMap4 Date: Thu, 24 Oct 2024 01:48:57 +0530 Subject: [PATCH] Revert "chore: fix deploy url: iiith -> iiit" This reverts commit cdd9253824ec777cbd583273b656edb085485827. --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7b631fa..d720672 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -54,7 +54,7 @@ jobs: deploy: environment: name: github-pages - url: https://gametheory-iiit.github.io + url: https://gametheory-iiith.github.io runs-on: ubuntu-latest needs: build steps: