diff options
| author | Anoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com> | 2025-01-22 16:55:13 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-22 16:55:13 +0000 |
| commit | 1ccadf298f59158ae6d4d0d96a4ea22d1166dcb4 (patch) | |
| tree | 5a3174e8854d7b0887e0119d1e10c69978bacc41 /sync.sh | |
| parent | d72b6cdb9d1ba0ef36d13359fbdfd38e4f09bc55 (diff) | |
| parent | fef727c822458bc6d3e8af96187a445addbcdb6c (diff) | |
Merge pull request #66 from anoduck/develop
Develop
Diffstat (limited to 'sync.sh')
| -rwxr-xr-x | sync.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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() { |
