Skip to content

Commit

Permalink
fix working dir so setup can find .ruby-version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorbel1 committed Jan 6, 2025
1 parent 5cf3ec1 commit 9d7beff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
# ruby-version: '3.1' # Not needed with a .ruby-version file
working-directory: docs
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Setup Pages
Expand All @@ -62,7 +63,7 @@ jobs:
deploy:
# only deploy when it's merged into the main branch
if: github.event_name == 'push' && github.ref == 'refs/heads/main'

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 9d7beff

Please sign in to comment.