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 8
8
branches : ['**']
9
9
paths : ['website/**']
10
10
11
- # Set minimal permissions by default
12
- permissions :
13
- contents : read
14
-
15
11
concurrency :
16
12
group : ${{ github.workflow }}-${{ github.ref }}
17
13
cancel-in-progress : ${{ !contains(github.ref, 'main')}}
35
31
# Only run on push to main (trusted event) - secrets are safe here
36
32
if : github.ref == 'refs/heads/main'
37
33
runs-on : ubuntu-latest
38
- permissions :
39
- contents : read
40
- pages : write
41
- id-token : write
42
34
steps :
43
35
- name : Checkout
44
36
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.
73
73
74
74
:::
75
75
76
- ``` jsx
76
+ ``` tsx
77
77
async function renderAsync(
78
78
component : React .Element <any >,
79
79
options ? : RenderAsyncOptions
You can’t perform that action at this time.
0 commit comments