aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-02 13:48:01 +0500
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-02 13:48:01 +0500
commit16b88f71e42f3e4f6065365a8d6c3b7212b1ac25 (patch)
treed85b750f8333e661487366b43ad9db328d4f6ad2 /.github/workflows
parentthis nokogiri version requires Ruby >= 2.6 (diff)
downloadblog-16b88f71e42f3e4f6065365a8d6c3b7212b1ac25.tar.gz
blog-16b88f71e42f3e4f6065365a8d6c3b7212b1ac25.zip
add Makefile with shortcuts
Diffstat (limited to '')
-rw-r--r--.github/workflows/jekyll.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml
index b506038..f1941f4 100644
--- a/.github/workflows/jekyll.yml
+++ b/.github/workflows/jekyll.yml
@@ -26,9 +26,9 @@ jobs:
with:
ruby-version: '${{ matrix.ruby-version }}'
bundler-cache: true
- - name: jekyll build
- run: bundle exec jekyll build --drafts
+ - name: Build
+ run: make build
- name: Check integrity
run: |
- nohup bundle exec jekyll serve --drafts --baseurl '' &
- sleep 3 && wget --no-verbose --recursive --convert-links --adjust-extension --directory-prefix=/tmp -- http://localhost:4000/
+ nohup make serve &
+ sleep 3 && make wget