From a88c9fb2258902d4f079343b7dea79f8986fb60f Mon Sep 17 00:00:00 2001 From: Moses <36628352+genuinemoses@users.noreply.github.com> Date: Mon, 11 Dec 2023 21:27:11 +0530 Subject: [PATCH] Update gh-pages.yml --- .github/workflows/gh-pages.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 90c834c..9284a61 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -29,17 +29,14 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: 2.7 - - - name: Build site - run: bundle exec jekyll build --verbose --trace - + - name: Install dependencies run: | gem install bundler bundle install - - - name: Build Jekyll site - run: bundle exec jekyll build + + - name: Build site + run: bundle exec jekyll build --verbose --trace - name: Deploy to Github Pages uses: JamesIves/github-pages-deploy-action@v4