Skip to content

Commit 938bc8e

Browse files
committed
Updated github actions
1 parent 7a66182 commit 938bc8e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Build and Deploy
2-
on: [push]
2+
on:
3+
push:
4+
branches:
5+
- master
36
jobs:
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

packages/core/src/helpers/FloatingUi.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ defineOptions({
4141
});
4242
4343
const props = withDefaults(defineProps<Props>(), {
44+
teleportTo: 'body',
4445
width: 'auto',
4546
minWidth: 'trigger',
4647
maxWidth: 'auto',

0 commit comments

Comments
 (0)