Skip to content

Commit

Permalink
Publish demo with documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Nov 28, 2024
1 parent 015d22d commit e701807
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/vitepress-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ jobs:
run: pnpm install

- name: Build with Vitepress
run: npm run docs:build -- --outDir ./_site
run: pnpm docs:build --outDir ./_site

- name: Build Demo
run: pnpm demo:build --outDir ./_site/demo

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit e701807

Please sign in to comment.