From 98ac7a6419b5a592c7acb39dedc8e76f38decaa2 Mon Sep 17 00:00:00 2001 From: MishalAbdullah <85678545+Mishalabdullah@users.noreply.github.com> Date: Sun, 12 May 2024 11:57:01 +0530 Subject: [PATCH] Update jekyll.yml --- .github/workflows/jekyll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 39c633b..1263792 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -62,7 +62,7 @@ jobs: deploy: environment: name: github-pages - url: "${{ steps.deployment.outputs.page_url }}/events" + url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest needs: build steps: