diff --git a/ci-build.sh b/ci-build.sh index cfec229..663d7ef 100644 --- a/ci-build.sh +++ b/ci-build.sh @@ -16,6 +16,15 @@ then exit 1 fi +# rename project pages +mv ./public/bitbucket-backup/index.html ./public/bitbucket-backup/index.php +mv ./public/missilesharp/index.html ./public/missilesharp/index.php +mv ./public/recordset-net/index.html ./public/recordset-net/index.php +mv ./public/roboshell-backup/index.html ./public/roboshell-backup/index.php +mv ./public/simpleleague/index.html ./public/simpleleague/index.php +mv ./public/tasko/index.html ./public/tasko/index.php +mv ./public/vba-helpers/index.html ./public/vba-helpers/index.php + # archive site mkdir build tar -czvf build/build.tar.gz -C public .