diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-02 13:14:13 +0500 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-02 13:14:13 +0500 |
commit | a6b72843b572a234998ccf2e98be55762942eba1 (patch) | |
tree | d2204efc4ecf2722098f408b809b418ea9240be2 /.github/workflows/ci.yml | |
parent | this nokogiri version requires Ruby >= 2.6 (diff) | |
download | jekyll-theme-a6b72843b572a234998ccf2e98be55762942eba1.tar.gz jekyll-theme-a6b72843b572a234998ccf2e98be55762942eba1.zip |
add Makefile with shortcuts
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
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 |