Skip to content

Commit

Permalink
Update and rename ruby.yml to deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
keremciu authored Feb 1, 2021
1 parent d52b547 commit ff2c59d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ruby.yml → .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
test:

runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0']

steps:
- uses: actions/checkout@v2
Expand All @@ -29,7 +26,7 @@ jobs:
# uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@473e4d8fe5dd94ee328fdfca9f8c9c7afc9dae5e
with:
ruby-version: ${{ matrix.ruby-version }}
ruby-version: '2.6'
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run jekyll and PDF
run: |
Expand Down

0 comments on commit ff2c59d

Please sign in to comment.