Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamesflynn1 committed May 23, 2024
2 parents f24a6ef + 011a928 commit 189c725
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
bundler-cache: true


- name: Run Bundler
run: bundle install

- name: Build site
run: BUNDLE_GEMFILE="docs/Gemfile" bundle exec jekyll b -d "_site${{ steps.pages.outputs.base_path }}"
run: BUNDLE_GEMFILE="./docs/Gemfile" bundle exec jekyll b -d "_site${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: "production"

Expand Down

0 comments on commit 189c725

Please sign in to comment.