Skip to content

Commit

Permalink
feat: x
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoumengxiang committed Sep 27, 2024
1 parent d66a843 commit f1f1ba7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@ jobs:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BUILD_SCRIPT: yarn && yarn docs:build
BUILD_DIR: docs/.vitepress/dist

- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs/.vitepress/dist

0 comments on commit f1f1ba7

Please sign in to comment.