diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a810194..ee988b9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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' diff --git a/default.nix b/default.nix index 9bb0bc1..eb3f736 100644 --- a/default.nix +++ b/default.nix @@ -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;