Skip to content

Commit 599f8e9

Browse files
committed
Enable jsdoc doc generation on main branch
1 parent 0279b53 commit 599f8e9

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ name: 📚 Docs
33
on:
44
push:
55
branches:
6-
# Enable main after the next release beyond `7.7.0`
7-
# - main
6+
- main
87
- dev
9-
workflow_dispatch:
10-
inputs:
11-
branch:
12-
description: "Branch to generate docs for (usually dev)"
13-
required: true
8+
paths:
9+
- "packages/**/*.ts"
10+
- "packages/**/*.tsx"
11+
- "scripts/docs.ts"
1412

1513
concurrency:
1614
group: ${{ github.workflow }}-${{ github.ref }}
@@ -26,7 +24,6 @@ jobs:
2624
uses: actions/checkout@v4
2725
with:
2826
token: ${{ secrets.FORMAT_PAT }}
29-
ref: ${{ github.event.inputs.branch }}
3027

3128
- name: 📦 Setup pnpm
3229
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)