README note

This commit is contained in:
Henri
2025-11-21 03:22:42 +02:00
parent fa4545c468
commit d88cda846b

View File

@@ -122,16 +122,9 @@ ffmpeg -i input -vf scale=1920:-1 output.jpg
</details> </details>
## Build for production
```bash
npm run build
```
Built files will be in the `dist/` folder.
## Deploy ## 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). Deployment typically takes 2-5 minutes. You can check the progress in the [Actions tab](https://github.com/Lapikud/lapikud.github.io/actions).