From 49aa9242d75da3f246cc372834734de653dd7659 Mon Sep 17 00:00:00 2001 From: Kurt Lourens Date: Wed, 19 Jun 2024 20:20:47 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Fix=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/githubActions.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/githubActions.yml b/.github/workflows/githubActions.yml index 89d9c31..bfb4b65 100644 --- a/.github/workflows/githubActions.yml +++ b/.github/workflows/githubActions.yml @@ -54,11 +54,12 @@ jobs: - name: Set up documentation pages run: | cd nmsud-form + echo ${{ env.DOCUMENTATION_URL }} > ./public/CNAME echo "[coverage report](https://${{ env.CNAME_URL }}/coverage/index.html)" > ./docs/generated.md echo "[view the hosted Storybook page](https://${{ env.CNAME_URL }}/storybook)" >> ./docs/generated.md echo "![codeCoverageBadge](https://img.shields.io/endpoint?url=https%3A%2F%2F${{ env.CNAME_URL }}%2Fcoverage%2FcoverageBadge.json)" >> ./docs/generated.md npm run docs:build - cp -r ./.vitepress/dist/. ../pages/docs + cp -r ./.vitepress/dist/. ../pages - name: Create code coverage report run: |