From c882011def3f3e77d6767ae04864b8af5eb8f49b Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 10 Mar 2022 09:50:02 +0100 Subject: [PATCH] workflows: fix nightly releases of techdocs/cli Signed-off-by: Patrik Oldsberg --- .github/workflows/deploy_nightly.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy_nightly.yml b/.github/workflows/deploy_nightly.yml index ab4c9bcfdb..d5d3659625 100644 --- a/.github/workflows/deploy_nightly.yml +++ b/.github/workflows/deploy_nightly.yml @@ -58,6 +58,10 @@ jobs: - name: build run: yarn backstage-cli repo build + - name: build embedded techdocs app + working-directory: packages/techdocs-cli-embedded-app + run: yarn build + # Prepares a nightly release version of any package with pending changesets # Pre-mode is exited if case we're in it, otherwise it has no effect - name: prepare nightly release