aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-02 13:20:23 +0500
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-02 13:20:23 +0500
commit7fb608404dba126aa02db5b4882dd3f74afd87d4 (patch)
tree59f77ee1dc19aa05b11e0ef3b6451e7ea8253d04 /.github
parentadd Makefile with shortcuts (diff)
downloadjekyll-theme-7fb608404dba126aa02db5b4882dd3f74afd87d4.tar.gz
jekyll-theme-7fb608404dba126aa02db5b4882dd3f74afd87d4.zip
workflows/ci: add integrity checking
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5ad10d8..c229f97 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,3 +28,7 @@ jobs:
bundler-cache: true
- name: Build
run: make build
+ - name: Check integrity
+ run: |
+ nohup make serve &
+ sleep 3 && make wget