aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/jekyll.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-04 09:51:41 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-31 14:38:21 +0300
commit1e0e7a43c9d7c8bf7ac1489fd3d7542827adc608 (patch)
treeebd2181bdd93e523cab4a460ce256bcc95e2c0c9 /.github/workflows/jekyll.yml
parentbump dependencies (diff)
downloadjekyll-theme-1e0e7a43c9d7c8bf7ac1489fd3d7542827adc608.tar.gz
jekyll-theme-1e0e7a43c9d7c8bf7ac1489fd3d7542827adc608.zip
workflows/jekyll: linting
Diffstat (limited to '')
-rw-r--r--.github/workflows/jekyll.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml
index 4714bd1..57266f1 100644
--- a/.github/workflows/jekyll.yml
+++ b/.github/workflows/jekyll.yml
@@ -7,13 +7,13 @@ on:
jobs:
build:
- runs-on: ubuntu-18.04
strategy:
matrix:
version: [Gemfile, latest]
include:
- {version: Gemfile, gemfile: Gemfile}
- {version: latest, gemfile: .ci/Gemfile}
+ runs-on: ubuntu-18.04
name: 'Build / ${{ matrix.version }}'
env:
BUNDLE_GEMFILE: '${{ matrix.gemfile }}'