diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-02 13:27:32 +0500 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-02 13:27:32 +0500 |
commit | 58eac8fcb5948ba321eb444c541b69ab5dec6791 (patch) | |
tree | c425e3bb87baeca98a30310d9285500c244dd7e6 /.github/workflows | |
parent | this nokogiri version requires Ruby >= 2.6 (diff) | |
download | egor-tensin.github.io-58eac8fcb5948ba321eb444c541b69ab5dec6791.tar.gz egor-tensin.github.io-58eac8fcb5948ba321eb444c541b69ab5dec6791.zip |
add Makefile with shortcuts
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/jekyll.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 7e3e811..9c6f5ac 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -29,5 +29,5 @@ jobs: with: ruby-version: '${{ matrix.ruby-version }}' bundler-cache: true - - name: jekyll build - run: bundle exec jekyll build + - name: Build + run: make build |