Docs. Adding documentation about the new nix build deploy action

Signed-off-by: Eoghan Conlon <eoghanconlon73@skynet.ie>
This commit is contained in:
eoghanconlon73 2024-10-04 17:28:40 +01:00
parent e35f409ae2
commit bdbf720c05

View file

@ -115,3 +115,14 @@ jobs:
steps:
uses: https://forgejo.skynet.ie/Skynet/actions/docker_nix@v7
```
## Nix build Deploy user
This action can build your website if you develop it using different methods than writing HTML. Only pre-requisite is that
this action uses the Nix build command, so your repository requires a nix flake.
```yaml
jobs:
build:
runs-on: docker
steps:
uses: https://forgejo.skynet.ie/Skynet/actions/nix-build_deploy@v7
```