Skip to content

Commit

Permalink
doc: publish vitepress on gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
fgravin committed Jul 25, 2023
1 parent b66bc7e commit 1d85795
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:
- name: Build demo & web components
run: npm run build:demo

- name: Build demo & web components
run: npm run docs:build --base=/${{env.BRANCH_NAME}}/docs && mv docs/.vitepress/dist dist

# FIXME: restore a system for testing web components but faster/lighter than storybook
# - name: Build storybook for web components
# run: npm run build:storybook-wc
Expand Down

0 comments on commit 1d85795

Please sign in to comment.