We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924b4a2 commit 46bd562Copy full SHA for 46bd562
.github/workflows/build.yml
@@ -35,6 +35,15 @@ jobs:
35
- name: Build Package
36
run: pnpm run build
37
38
+ - name: Build Docs Package
39
+ run: pnpm run docs:build
40
+
41
+ - name: Deploy Docs
42
+ uses: peaceiris/actions-gh-pages@v4
43
+ with:
44
+ github_token: ${{ secrets.GITHUB_TOKEN }}
45
+ publish_dir: docs/.vitepress/dist
46
47
- name: Test Package
48
run: pnpm run coverage
49
0 commit comments