From a6b72843b572a234998ccf2e98be55762942eba1 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 2 Mar 2022 13:14:13 +0500 Subject: add Makefile with shortcuts --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') 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 -- cgit v1.2.3