- Change file mode to 100755 to make it executable.
- This allows the build script to be run directly.
- Ensures proper execution of the build process.
- Removes the GitLab mirroring workflow.
- Replaces the existing website deployment workflow with a new Gitea Actions workflow.
- The new workflow uses SSH to deploy to a remote server.
- Adds a `build.sh` script to convert images to WebP format.
- The deployment workflow now clears Cloudflare cache.
- The old workflow used an external action for Cloudflare cache clearing.