From f975727a4e3afb178fc1a28bd259d68a554e2995 Mon Sep 17 00:00:00 2001 From: notnull Date: Thu, 2 Nov 2023 19:22:34 -0400 Subject: [PATCH] try to resolve update.sh not existing --- docs/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/index.md b/docs/index.md index 4dfd13b..ae739d1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -102,3 +102,9 @@ remote: INFO - Documentation built in 0.54 seconds When I stashed all the changes in the directory, this meant there was no update.sh. The script should pull before building; not sure why it didn't? I'll try changing it to use && + +### the update script doesn't exist until I pull changes + +and the update-script is what the git hook runs. whoops! + +For now I'm going to just pull it once from the website directory.