Skip to content

Commit

Permalink
👷 Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaoz-Topsy committed Jun 19, 2024
1 parent 5ad53b8 commit d38e8f2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/githubActions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,7 @@ jobs:
cd nmsud-form
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
- name: Build VitePress pages
run: |
cd nmsud-form
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
Expand Down

0 comments on commit d38e8f2

Please sign in to comment.