Skip to content

Commit 57b15a4

Browse files
authored
Update docs.yml
1 parent 46bc335 commit 57b15a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build documentation and deploy to GitHub Pages
22
on:
33
push:
4-
branches: ['docs']
4+
branches: ['main']
55
workflow_dispatch:
66

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

1212
jobs:
1313
build:
14-
uses: pmndrs/docs/.github/workflows/build.yml@app-router
14+
uses: pmndrs/docs/.github/workflows/build.yml@main
1515
with:
1616
mdx: './docs'
1717
libname: 'A11y'

0 commit comments

Comments
 (0)