Skip to content

Commit d09c9db

Browse files
committed
fix website deploy
1 parent 7bfb201 commit d09c9db

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/website.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ on:
88
branches: ['**']
99
paths: ['website/**']
1010

11-
# Set minimal permissions by default
12-
permissions:
13-
contents: read
14-
1511
concurrency:
1612
group: ${{ github.workflow }}-${{ github.ref }}
1713
cancel-in-progress: ${{ !contains(github.ref, 'main')}}
@@ -35,10 +31,6 @@ jobs:
3531
# Only run on push to main (trusted event) - secrets are safe here
3632
if: github.ref == 'refs/heads/main'
3733
runs-on: ubuntu-latest
38-
permissions:
39-
contents: read
40-
pages: write
41-
id-token: write
4234
steps:
4335
- name: Checkout
4436
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

website/docs/13.x/docs/api/render.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ This API requires RNTL v13.3.0 or later.
7373

7474
:::
7575

76-
```jsx
76+
```tsx
7777
async function renderAsync(
7878
component: React.Element<any>,
7979
options?: RenderAsyncOptions

0 commit comments

Comments
 (0)