Update nix.yml
This commit is contained in:
parent
3cbeb1d3fc
commit
a96ffb4cca
|
@ -14,6 +14,3 @@ jobs:
|
||||||
nix-build docker.nix
|
nix-build docker.nix
|
||||||
docker load -i result
|
docker load -i result
|
||||||
docker tag xena/christinewebsite:latest xena/christinewebsite:$(echo $GITHUB_SHA | head -c7)
|
docker tag xena/christinewebsite:latest xena/christinewebsite:$(echo $GITHUB_SHA | head -c7)
|
||||||
- run: |
|
|
||||||
nix-env -if ./nix/dhall-yaml.nix
|
|
||||||
dhall-to-yaml-ng --omit-empty --file site.dhall
|
|
||||||
|
|
Loading…
Reference in New Issue