aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-06-07 11:03:48 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-06-07 11:03:48 +0200
commit03574131f5fa1e3a789f35959c4cfaeef88e0e32 (patch)
treed36932d4187b39e5c6d078a407cb901300f1cc47 /.github
parentworkflow/ci: use .ruby-version for setup-ruby action (diff)
downloadegor-tensin.github.io-03574131f5fa1e3a789f35959c4cfaeef88e0e32.tar.gz
egor-tensin.github.io-03574131f5fa1e3a789f35959c4cfaeef88e0e32.zip
fix make wget w/ live reload
A newer version of Jekyll breaks wget with --livereload and --convert-links.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/jekyll.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml
index 74520f8..5b6980a 100644
--- a/.github/workflows/jekyll.yml
+++ b/.github/workflows/jekyll.yml
@@ -22,7 +22,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