Update the pdf
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Yiyun Liu 2025-06-17 13:06:56 -04:00
parent 9e3d7210d3
commit cc0163c013
2 changed files with 3 additions and 3 deletions

BIN
repl25-notes/inductive.pdf (Stored with Git LFS)

Binary file not shown.

View file

@ -9,7 +9,7 @@ hakyllConfig :: Configuration
hakyllConfig = hakyllConfig =
defaultConfiguration defaultConfiguration
{ deployCommand = { 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 pandocOptions :: WriterOptions