File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
packages/core/src/helpers Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11name : Build and Deploy
2- on : [push]
2+ on :
3+ push :
4+ branches :
5+ - master
36jobs :
47 build-and-deploy :
58 concurrency : ci-${{ github.ref }}
@@ -10,14 +13,14 @@ jobs:
1013
1114 - uses : actions/setup-node@v3
1215 with :
13- node-version : ' 18 '
16+ node-version : ' 20 '
1417
1518 - run : npm install --global pnpm
1619 - run : pnpm install
1720 - run : pnpm build
1821
1922 - name : Deploy 🚀
20- uses : JamesIves/github-pages-deploy-action@v4.3 .3
23+ uses : JamesIves/github-pages-deploy-action@v4.7 .3
2124 with :
2225 branch : gh-pages
2326 folder : apps/docs/dist
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ defineOptions({
4141});
4242
4343const props = withDefaults (defineProps <Props >(), {
44+ teleportTo: ' body' ,
4445 width: ' auto' ,
4546 minWidth: ' trigger' ,
4647 maxWidth: ' auto' ,
You can’t perform that action at this time.
0 commit comments