Skip to content

Commit

Permalink
fix: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Aug 29, 2024
1 parent 1c5ea3b commit 9c0e124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/github-actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ nav: 3
`pmndrs/docs` provides a [`build.yml`](.github/workflows/build.yml) reusable workflow, any project can use:

```yml
uses: pmndrs/docs/.github/workflows/build.yml@v1
uses: pmndrs/docs/.github/workflows/build.yml@v2
with:
mdx: './docs'
mdx: 'docs'
libname: 'React Three Fiber'
libname_short: 'r3f'
home_redirect: '/getting-started/introduction'
Expand Down

0 comments on commit 9c0e124

Please sign in to comment.