File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
website/docs/13.x/docs/api Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 88 branches : ['**']
99 paths : ['website/**']
1010
11- # Set minimal permissions by default
12- permissions :
13- contents : read
14-
1511concurrency :
1612 group : ${{ github.workflow }}-${{ github.ref }}
1713 cancel-in-progress : ${{ !contains(github.ref, 'main')}}
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
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ This API requires RNTL v13.3.0 or later.
7373
7474:::
7575
76- ``` jsx
76+ ``` tsx
7777async function renderAsync(
7878 component : React .Element <any >,
7979 options ? : RenderAsyncOptions
You can’t perform that action at this time.
0 commit comments