Skip to content

Commit

Permalink
chore: remove debug option when build demos
Browse files Browse the repository at this point in the history
  • Loading branch information
Priestch committed Aug 31, 2023
1 parent e77984f commit cd3c87f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
run: pnpm docs:build

- name: Build Demos
run: pnpm examples:build --debug --force
run: pnpm examples:build

- name: Remix
run: rm -rf dist && mkdir dist && cp demos/index.html dist && cp -r docs/.vitepress/dist dist/docs && cp -r examples/dist dist/demos
run: rm -rf dist && mkdir dist && cp demos/index.html dist && cp -r docs/.vitepress/dist dist/docs

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit cd3c87f

Please sign in to comment.