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: