From d88cda846b709f8a2d83e54d466c5e9116a6a8c5 Mon Sep 17 00:00:00 2001 From: Henri Date: Fri, 21 Nov 2025 03:22:42 +0200 Subject: [PATCH] README note --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a7920f0..cf49c78 100644 --- a/README.md +++ b/README.md @@ -122,16 +122,9 @@ ffmpeg -i input -vf scale=1920:-1 output.jpg -## Build for production - -```bash -npm run build -``` - -Built files will be in the `dist/` folder. - ## Deploy -Push to the `main` branch and GitHub Actions will automatically build and deploy to GitHub Pages. +> [!NOTE] +> Github will build build and deploy the website automatically on every push to the `main` branch. You don't need to do anything manually. Deployment typically takes 2-5 minutes. You can check the progress in the [Actions tab](https://github.com/Lapikud/lapikud.github.io/actions).