Skip to content

Commit

Permalink
chore: update docs actions
Browse files Browse the repository at this point in the history
  • Loading branch information
psaren committed Feb 28, 2021
1 parent 0d2850d commit e8172c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ jobs:
- name: Build demo
run: |
cd ../onebay-ui-demo
node -v
npm -v
npm install
npm run build
mkdir ./.vitepress/dist/demo -p
mkdir ../onebay-ui-docs/.vitepress/dist/demo -p
cp ./dist/* ../onebay-ui-docs/.vitepress/dist/demo/ -r
- name: Deploy 🚀
Expand Down

0 comments on commit e8172c4

Please sign in to comment.