Skip to content

Commit

Permalink
attempt setup ruby action with jekyll build pages action
Browse files Browse the repository at this point in the history
  • Loading branch information
mselensky committed May 23, 2024
1 parent 0732071 commit 1a2c7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
ruby-version: '3.3' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rake
# - run: bundle exec rake
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Build with Jekyll
Expand Down

0 comments on commit 1a2c7ef

Please sign in to comment.