Skip to content

Commit

Permalink
Merge pull request #40 from nathanielcwm/port
Browse files Browse the repository at this point in the history
Port Gridcoin-Site#369
  • Loading branch information
RoboticMind authored Jun 28, 2023
2 parents bdfa372 + 84f74b8 commit c2de549
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Ruby 2.6
- name: Set up Ruby 3.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: '3.0'

- name: Install Bundle Dependencies
run: bundle install

- name: Build
run: bundle exec jekyll build
run: bundle exec jekyll build

0 comments on commit c2de549

Please sign in to comment.