summaryrefslogtreecommitdiffstats
path: root/sync.sh
diff options
context:
space:
mode:
authorAnoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com>2025-01-28 22:39:09 +0000
committerGitHub <noreply@github.com>2025-01-28 22:39:09 +0000
commitbba4a1fc0b18d98c36fa0a78798aa2927c3f4c22 (patch)
treee0cae8f2adf301edf84be69bd6a8a9fab3bb67f5 /sync.sh
parent7dc663c3e828a96eaf5d31b177c67fa2c5ffc16a (diff)
parent8f83a0e99fb7ed048b90a843ea3bba31cb9eb45d (diff)
Merge branch 'main' into dependabot/npm_and_yarn/markdownlint-cli2-0.17.2
Diffstat (limited to 'sync.sh')
-rwxr-xr-xsync.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/sync.sh b/sync.sh
index 2885f81..341ea3a 100755
--- a/sync.sh
+++ b/sync.sh
@@ -2,7 +2,7 @@
#Variables
# -------------------------
-REPO="$HOME/Sandbox/hinode-template"
+REPO="$HOME/Sandbox/corruptlamar"
SRC="$REPO/public/"
DSRC="$REPO/docs-server/"
DSRBTS="$DSRC/robots.txt"
@@ -55,7 +55,6 @@ compush() {
build() {
npm run build
- cp -r static/emails/* public/emails/
}
# alt_files() {