2 Commits

Author SHA1 Message Date
e32f4af296
Make build.sh executable
All checks were successful
Deploy Website / Deploy Hugo Site (push) Successful in 5s
- 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.
2025-05-15 20:53:41 -03:00
bafe51c27b
Remove mirroring and update website deployment
Some checks failed
Deploy Website / Deploy Hugo Site (push) Failing after 3s
- 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.
2025-05-15 20:51:26 -03:00