diff options
author | Blaise Thompson <blaise@untzag.com> | 2021-07-05 22:40:33 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2021-07-05 22:40:33 -0500 |
commit | 17fba39d4beeecdeb4c84565e9b3d0c2054d5dca (patch) | |
tree | da951e20a8d3939afba7eb251d502ee3981dd473 | |
parent | ba52f5d4a24cdc58a4835d53922c8f3aa693b792 (diff) |
build no html
-rw-r--r-- | build.py (renamed from build_html.py) | 2 | ||||
-rwxr-xr-x | build.sh | 2 |
2 files changed, 1 insertions, 3 deletions
@@ -37,7 +37,7 @@ class Event: self.description = " ".join(filter(None, [tod, line.split(">")[-1].strip()])) -org_fp = "/home/blaise/org/agenda.org" +org_fp = "/home/nginx/org/agenda.org" events = [] diff --git a/build.sh b/build.sh deleted file mode 100755 index 7c74c36..0000000 --- a/build.sh +++ /dev/null @@ -1,2 +0,0 @@ -python3 /home/blaise/source/agenda/build_html.py -/home/blaise/source/agenda/publicize.sh |