Skip to content

Commit 8dd8580

Browse files
committed
fix: libname_dotsuffix gha default values
1 parent 3fb5e46 commit 8dd8580

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ on:
1414
type: string
1515
libname_dotsuffix_label:
1616
type: string
17+
default: 'docs'
1718
libname_dotsuffix_href:
1819
type: string
20+
default: 'https://pmnd.rs'
1921
home_redirect:
2022
required: true
2123
type: string

docs/getting-started/github-actions.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ uses: pmndrs/docs/.github/workflows/build.yml@v2
1616
mdx: 'docs'
1717
libname: 'React Three Fiber'
1818
libname_short: 'r3f'
19+
libname_dotsuffix_label: "docs"
20+
libname_dotsuffix_href: "https://docs.pmnd.rs"
1921
home_redirect: '/getting-started/introduction'
2022
icon: '🇨🇭'
2123
logo: '/logo.png'

0 commit comments

Comments
 (0)