This commit is contained in:
Cadey Ratio 2020-02-13 17:12:23 +00:00
parent 7d6576966d
commit 87cddc0754
1 changed files with 2 additions and 3 deletions

View File

@ -15,6 +15,5 @@ jobs:
docker load -i result
docker tag xena/christinewebsite:latest xena/christinewebsite:$(echo $GITHUB_SHA | head -c7)
- run: |
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
tar xf dhall-yaml.tar.bz2
./bin/dhall-to-yaml-ng --omit-empty --file site.dhall
nix-env -if ./nix/dhall-yaml.nix
dhall-to-yaml-ng --omit-empty --file site.dhall