Skip to content

Commit eab9d49

Browse files
chore: rename option
1 parent a9b37ee commit eab9d49

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/Tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
site_footer: '<big>&times; Is HTML accepted?</big>'
4646

4747
# optional
48-
member_layout: 'separatePages' # 'separatePages' or 'samePage'
48+
class_members: 'separatePages' # 'separatePages' or 'samePage'
4949
google_analytics: '' # empty to disable
5050

5151
# paths must be relative from .docfx folder. url works but only in top page.

action.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ inputs:
3333
required: true
3434

3535
# optional
36-
member_layout:
36+
class_members:
3737
description: |
3838
Generate all-in-one class api document or separate each member into pages.
3939
Accepts one of: 'separatePages' | 'samePage'
@@ -164,7 +164,7 @@ runs:
164164
cd .docfx
165165
166166
printf "$(cat docfx.json)" \
167-
"${{ inputs.member_layout }}" \
167+
"${{ inputs.class_members }}" \
168168
"${{ inputs.app_name }}" \
169169
"${{ inputs.site_title }}" \
170170
"${{ inputs.site_footer }}" \

0 commit comments

Comments
 (0)