From d543457dee7d33e8441b2d540c9df2adef1a8916 Mon Sep 17 00:00:00 2001 From: MishalAbdullah <85678545+Mishalabdullah@users.noreply.github.com> Date: Sun, 12 May 2024 12:06:05 +0530 Subject: [PATCH] Update jekyll.yml --- .github/workflows/jekyll.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 11845dd..c53094c 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -48,8 +48,9 @@ jobs: - name: Build Jekyll site working-directory: events run: | - bundle install --gemfile=events/Gemfile - bundle exec jekyll build + bundle config set --local path events/ + bundle install --gemfile=events/Gemfile + bundle exec jekyll build - name: Upload artifact uses: actions/upload-pages-artifact@v3