Remove Compendium from Nix file + Fix GH Action

This commit is contained in:
Alejandro Serrano 2023-01-08 08:31:44 +01:00
parent 5eac1895db
commit e2dcb98ace
2 changed files with 1 additions and 2 deletions

View File

@ -42,7 +42,7 @@ jobs:
run: stack --resolver lts-14.27 install standalone-haddock
- name: Build microsite from last release
run: |
LAST_TAG=$(git describe --abbrev=0 --tags)
LAST_TAG=$(git tag --sort=committerdate | tail -1)
git checkout $LAST_TAG
bash ./generate-haddock-docs.sh
bundle config set path 'vendor/bundle'

View File

@ -20,7 +20,6 @@ let
};
};
in {
compendium-client = hnPkgs.compendium-client.components.library;
mu-avro = hnPkgs.mu-avro.components.library;
mu-example-health-check = hnPkgs.mu-example-health-check.components.exes;
mu-example-library = hnPkgs.mu-example-library.components.exes;