Skip to content

Commit

Permalink
Merge branch 'refactor/resolver'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rickon-DAFEI committed Mar 15, 2024
2 parents 5e505d8 + 60f5078 commit 1967248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
- name: Build docs
run: |
pnpm run build:demo
cp ./demo/dist/index.html ./demo/dist/404.html
cp ./packages/yike-design-demo/dist/index.html ./packages/yike-design-demo/dist/404.html
- name: Deploy site
uses: JamesIves/github-pages-deploy-action@v4
with:
clean: true
branch: gh-pages
folder: ./demo/dist
folder: ./packages/yike-design-demo/dist
token: ${{secrets.GIT_TOKEN}}

0 comments on commit 1967248

Please sign in to comment.