Skip to content

Commit

Permalink
Merge pull request #2 from GameTheory-IIITH/build
Browse files Browse the repository at this point in the history
chore: fix publish url
  • Loading branch information
BitMap4 authored Oct 23, 2024
2 parents 8410328 + 412beb1 commit 32008c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 32008c0

Please sign in to comment.