Skip to content

Commit

Permalink
Clean up workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
parkerbxyz committed Oct 26, 2022
1 parent d6258b6 commit 2514ee9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@ jobs:
node-version: 16
cache: 'npm'

# Ruby-specific steps
- name: Set up Ruby 3.0
- name: Set up Ruby
uses: ruby/setup-ruby@ece82769428359c077b5a5eaff268902a303c101
with:
ruby-version: '3.0'
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: Build and test with Rake
run: bundle exec rake

# Jekyll-specific steps
- name: Build the site in the jekyll/builder container
run: |
docker run \
Expand Down

0 comments on commit 2514ee9

Please sign in to comment.