From d8f638ae9ef9c4e3c999d8d7f24af6387a25d3fb Mon Sep 17 00:00:00 2001 From: Christian Specht Date: Sun, 18 Feb 2024 23:52:01 +0100 Subject: [PATCH] rename project pages to .php --- ci-build.sh | 9 +++++++++ 1 file changed, 9 insertions(+) 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 .