Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier authored Aug 15, 2024
1 parent 95de102 commit 089092f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build documentation and deploy to GitHub Pages
on:
push:
branches: ['docs']
branches: ['master']
workflow_dispatch:

# Cancel previous run (see: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency)
Expand All @@ -11,7 +11,7 @@ concurrency:

jobs:
build:
uses: pmndrs/docs/.github/workflows/build.yml@app-router
uses: pmndrs/docs/.github/workflows/build.yml@main
with:
mdx: './docs'
libname: 'React Three Fiber'
Expand Down

0 comments on commit 089092f

Please sign in to comment.