We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46bc335 commit 57b15a4Copy full SHA for 57b15a4
.github/workflows/docs.yml
@@ -1,7 +1,7 @@
1
name: Build documentation and deploy to GitHub Pages
2
on:
3
push:
4
- branches: ['docs']
+ branches: ['main']
5
workflow_dispatch:
6
7
# Cancel previous run (see: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency)
@@ -11,7 +11,7 @@ concurrency:
11
12
jobs:
13
build:
14
- uses: pmndrs/docs/.github/workflows/build.yml@app-router
+ uses: pmndrs/docs/.github/workflows/build.yml@main
15
with:
16
mdx: './docs'
17
libname: 'A11y'
0 commit comments