aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-02 13:14:13 +0500
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-02 13:14:13 +0500
commita6b72843b572a234998ccf2e98be55762942eba1 (patch)
treed2204efc4ecf2722098f408b809b418ea9240be2 /.github
parentthis nokogiri version requires Ruby >= 2.6 (diff)
downloadjekyll-theme-a6b72843b572a234998ccf2e98be55762942eba1.tar.gz
jekyll-theme-a6b72843b572a234998ccf2e98be55762942eba1.zip
add Makefile with shortcuts
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index be607f5..5ad10d8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -26,5 +26,5 @@ jobs:
with:
ruby-version: '${{ matrix.ruby-version }}'
bundler-cache: true
- - name: jekyll build
- run: bundle exec jekyll build --drafts
+ - name: Build
+ run: make build