From bdbf720c052ec0655f72c2712f9f6781444e3fb4 Mon Sep 17 00:00:00 2001 From: Eoghan Conlon Date: Fri, 4 Oct 2024 17:28:40 +0100 Subject: [PATCH] Docs. Adding documentation about the new nix build deploy action Signed-off-by: Eoghan Conlon --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index aa77807..7e54a3d 100644 --- a/README.md +++ b/README.md @@ -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 +```