From 5275b69012b85a8a49200835a596925284699da9 Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Wed, 2 Mar 2022 13:28:22 +0500
Subject: workflows/jekyll: add integrity checking

---
 .github/workflows/jekyll.yml | 4 ++++
 1 file changed, 4 insertions(+)

(limited to '.github/workflows')

diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml
index 9c6f5ac..719fa95 100644
--- a/.github/workflows/jekyll.yml
+++ b/.github/workflows/jekyll.yml
@@ -31,3 +31,7 @@ jobs:
           bundler-cache: true
       - name: Build
         run: make build
+      - name: Check integrity
+        run: |
+          nohup make serve &
+          sleep 3 && make wget
-- 
cgit v1.2.3