From 5b273cf2fdaff932acbf7f2eca89b3bc375cff74 Mon Sep 17 00:00:00 2001 From: Joshua Ulrich Date: Tue, 19 Mar 2024 11:48:01 -0500 Subject: [PATCH] Remove file to build manually No longer needed with GitHub Actions. --- buildMe.sh | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 buildMe.sh diff --git a/buildMe.sh b/buildMe.sh deleted file mode 100755 index 42f7bf1..0000000 --- a/buildMe.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -## GitHub pages wants static content in top-level directory docs/ so we make it so via config.toml -hugo -D