aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-06-07 10:56:02 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-06-07 10:56:27 +0200
commit4ccad582f01cbfe19956fc6bfe589e599e7e85d3 (patch)
tree4b4778c95aea3f3bcb8bc7973113d68697d92df6 /.github/workflows/ci.yml
parentupgrade to Jekyll 4 (diff)
downloadjekyll-theme-4ccad582f01cbfe19956fc6bfe589e599e7e85d3.tar.gz
jekyll-theme-4ccad582f01cbfe19956fc6bfe589e599e7e85d3.zip
fix make wget w/ live reload
A newer version of Jekyll breaks wget with --livereload and --convert-links.
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 936f760..c896013 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
run: make build
- name: Check integrity
run: |
- nohup make serve &
+ nohup make serve LIVE_RELOAD=0 &
sleep 3 && make wget
- name: Set up ssh-agent
uses: webfactory/ssh-agent@v0.7.0