fix????
This commit is contained in:
parent
fd7b732386
commit
eb158e05c1
|
@ -15,7 +15,6 @@ jobs:
|
||||||
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: |
|
- run: |
|
||||||
nix-channel --add https://hydra.dhall-lang.org/jobset/dhall-haskell/master/channel/latest
|
wget -O dhall-yaml.tar.bz2 https://github.com/dhall-lang/dhall-haskell/releases/download/1.29.0/dhall-yaml-1.0.1-x86_64-linux.tar.bz2
|
||||||
nix-channel --update
|
tar xf dhall-yaml.tar.bz2
|
||||||
nix-env -i dhall-yaml
|
./bin/dhall-to-yaml-ng --omit-empty --file site.dhall
|
||||||
dhall-to-yaml-ng --omit-empty --file site.dhall
|
|
||||||
|
|
Loading…
Reference in New Issue