Skip to content

Commit 9c0e124

Browse files
committed
fix: doc
1 parent 1c5ea3b commit 9c0e124

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started/github-actions.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ nav: 3
77
`pmndrs/docs` provides a [`build.yml`](.github/workflows/build.yml) reusable workflow, any project can use:
88

99
```yml
10-
uses: pmndrs/docs/.github/workflows/build.yml@v1
10+
uses: pmndrs/docs/.github/workflows/build.yml@v2
1111
with:
12-
mdx: './docs'
12+
mdx: 'docs'
1313
libname: 'React Three Fiber'
1414
libname_short: 'r3f'
1515
home_redirect: '/getting-started/introduction'

0 commit comments

Comments
 (0)