Deploy to GitHub Pages
August 21, 2026Onze was built with GitHub Pages in mind. The repository already includes a GitHub Actions workflow (.github/workflows/deploy.yml) that builds and deploys your site automatically on every push to main.
How to set up
- Push this repository to GitHub
- Go to Settings → Pages
- Under Build and deployment, set the source to GitHub Actions
- That's it — the next push to
mainwill trigger the deploy
No extra configuration needed. Just write your posts, push, and your site is live.