diff --git a/build.sh b/build.sh deleted file mode 100755 index 87153d3..0000000 --- a/build.sh +++ /dev/null @@ -1,12 +0,0 @@ -#! /usr/bin/env bash -FILE="$(realpath "${BASH_SOURCE[0]}")" -ROOT="$(dirname "${FILE}")" - -rsync \ ---archive \ ---delete-before \ ---partial \ ---progress \ ---verbose \ -"${ROOT}/in/" \ -"${ROOT}/out/" diff --git a/in/index.html b/out/web/index.html similarity index 100% rename from in/index.html rename to out/web/index.html