From 412beb1fa0b155198db32b3f8d61dd30593bf46a Mon Sep 17 00:00:00 2001 From: BitMap4 Date: Thu, 24 Oct 2024 01:12:41 +0530 Subject: [PATCH] chore: fix publish url --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bb57dd8..a7d5876 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,7 +7,7 @@ on: push: branches: ["build"] - # Allows you to run this workflow manually from the Actions tab + # Allows you to run this workflow manually from the Actions tab workflow_dispatch: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages @@ -50,7 +50,7 @@ jobs: deploy: environment: name: github-pages - url: ${{ steps.deployment.outputs.page_url }} + url: https://gametheory-iiith.github.io runs-on: ubuntu-latest needs: build steps: