From ff2c59d8fb0eeb25909261e09e9be5ea0e2a6786 Mon Sep 17 00:00:00 2001 From: Kerem Sevencan Date: Mon, 1 Feb 2021 19:25:53 +0100 Subject: [PATCH] Update and rename ruby.yml to deploy.yml --- .github/workflows/{ruby.yml => deploy.yml} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) rename .github/workflows/{ruby.yml => deploy.yml} (92%) diff --git a/.github/workflows/ruby.yml b/.github/workflows/deploy.yml similarity index 92% rename from .github/workflows/ruby.yml rename to .github/workflows/deploy.yml index f17abbd73f..81b679f8ac 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/deploy.yml @@ -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 @@ -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: |