try to resolve update.sh not existing

This commit is contained in:
notnull 2023-11-02 19:22:34 -04:00
parent 94016435f3
commit f975727a4e

View File

@ -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? 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 && 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.