aboutsummaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-10-24 16:38:11 +0000
committerOmar Polo <op@omarpolo.com>2021-10-24 16:38:11 +0000
commitd65fa58c1bc10044d1dcba788b4662752206e373 (patch)
tree3d25f6468584090b04968fdce1d33d83f4773f0d /site
parenteaa02ac8c7cce23af341d2cafca2070a9557de06 (diff)
use gmid from the repo instead of the system installed one
Diffstat (limited to 'site')
-rw-r--r--site/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/Makefile b/site/Makefile
index e3de066..f152127 100644
--- a/site/Makefile
+++ b/site/Makefile
@@ -12,7 +12,7 @@ serve-www:
python3 -m http.server 8888
serve-gemini:
- gmid -p 1966 .
+ ../gmid -p 1966 .
upload:
rsync --delete -a . op:sites/gmid.omarpolo.com