aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-02 13:28:22 +0500
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-02 13:28:22 +0500
commit5275b69012b85a8a49200835a596925284699da9 (patch)
tree4c365cc614b1dd496940821b502357b0d0206c90 /.github
parentadd Makefile with shortcuts (diff)
downloadegor-tensin.github.io-5275b69012b85a8a49200835a596925284699da9.tar.gz
egor-tensin.github.io-5275b69012b85a8a49200835a596925284699da9.zip
workflows/jekyll: add integrity checking
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/jekyll.yml4
1 files changed, 4 insertions, 0 deletions
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