From cc0163c0130364397674d8a41a68871d0417bcfd Mon Sep 17 00:00:00 2001 From: Yiyun Liu Date: Tue, 17 Jun 2025 13:06:56 -0400 Subject: [PATCH] Update the pdf --- repl25-notes/inductive.pdf | 4 ++-- site.hs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/repl25-notes/inductive.pdf b/repl25-notes/inductive.pdf index c4d03bf..9a51334 100644 --- a/repl25-notes/inductive.pdf +++ b/repl25-notes/inductive.pdf @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9ca13f403a63f2094f17e15b751b1f52adffce0ec64e7fdb4b883b304d0844e5 -size 233109 +oid sha256:d225e280450f9cad817ba8b45fb6906adef1ef476bb4624a178144e18586ced3 +size 278220 diff --git a/site.hs b/site.hs index bed612e..3726650 100644 --- a/site.hs +++ b/site.hs @@ -9,7 +9,7 @@ hakyllConfig :: Configuration hakyllConfig = defaultConfiguration { deployCommand = - "rsync -ave ssh --rsync-path=/usr/bin/openrsync _site/ ohqo@192.168.50.1:/var/www/htdocs/electriclam.com --delete" + "rsync -ave ssh --rsync-path=/usr/bin/openrsync _site/ ohqo@192.168.77.4:/var/www/htdocs/electriclam.com --delete" } pandocOptions :: WriterOptions