Skip to content

Commit

Permalink
Remove Compendium from Nix file + Fix GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
serras committed Jan 8, 2023
1 parent 5eac189 commit e2dcb98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 0 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e2dcb98

Please sign in to comment.