diff --git a/.woodpecker.yml b/.woodpecker.yml index 04aa858..a1a2f99 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,7 +5,6 @@ steps: - echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf - nix profile install nixpkgs#gnused --impure - sed -i "s|base_url = \"https://www.softinio.com\"|base_url = \"https://$CI_COMMIT_BRANCH.softinio.com\"|" ./config.toml - - cat ./config.toml - nix build - nix flake show - ls result diff --git a/flake.nix b/flake.nix index f68a449..2832b3d 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ ln -snf "${theme}" "themes/${themeName}" ''; buildPhase = '' - zola build + zola build -f ''; installPhase = '' mkdir -p $out