diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2023-01-29 00:46:12 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2023-01-29 00:46:12 +0530 |
commit | da971f5928acc23df062217187969817e5dd47d8 (patch) | |
tree | ee1d237df792642c3ff3edf7a9133b7153a685aa /build.sh | |
parent | 104f0c542902d83ffe2726fe4f855c7922b42254 (diff) |
change
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ #!/bin/bash -rm -rf compromyse.github.io/* +rm -rf ../compromyse.github.io/* bundle exec jekyll build -mv _site/* compromyse.github.io/ +mv _site/* ../compromyse.github.io/ |