Skip to content

Commit

Permalink
rename project pages to .php
Browse files Browse the repository at this point in the history
  • Loading branch information
christianspecht committed Feb 18, 2024
1 parent b581098 commit d8f638a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ci-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit d8f638a

Please sign in to comment.