aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/jekyll.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-06-07 11:15:42 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-06-07 11:15:44 +0200
commit41ea239fed12164fd961326e826270b18f731936 (patch)
tree1abdc6892280397d6a5a425696eaf28bbdb9aca5 /.github/workflows/jekyll.yml
parentworkflows/jekyll: use .ruby-version for setup-ruby action (diff)
downloadblog-41ea239fed12164fd961326e826270b18f731936.tar.gz
blog-41ea239fed12164fd961326e826270b18f731936.zip
fix make wget w/ live reload
A newer version of Jekyll breaks wget with --livereload and --convert-links.
Diffstat (limited to '')
-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 7d2cf34..a918d1c 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 5 && make wget
- name: Set up ssh-agent
uses: webfactory/ssh-agent@v0.7.0