Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Mar 25, 2024
1 parent d80fc23 commit f8168f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ jobs:
shell: bash -l {0}
run: |
npm install
cp -r dist/js/examples docs
rm -rf docs/README.md
cp -r dist/js/example docs
cp -r dist/js/schema docs
cp dist/js/schemas.json docs/schemas.json
echo "List build directory ./docs"
Expand Down

0 comments on commit f8168f4

Please sign in to comment.