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 0279b53 commit 599f8e9Copy full SHA for 599f8e9
.github/workflows/docs.yml
@@ -3,14 +3,12 @@ name: 📚 Docs
3
on:
4
push:
5
branches:
6
- # Enable main after the next release beyond `7.7.0`
7
- # - main
+ - main
8
- dev
9
- workflow_dispatch:
10
- inputs:
11
- branch:
12
- description: "Branch to generate docs for (usually dev)"
13
- required: true
+ paths:
+ - "packages/**/*.ts"
+ - "packages/**/*.tsx"
+ - "scripts/docs.ts"
14
15
concurrency:
16
group: ${{ github.workflow }}-${{ github.ref }}
@@ -26,7 +24,6 @@ jobs:
26
24
uses: actions/checkout@v4
27
25
with:
28
token: ${{ secrets.FORMAT_PAT }}
29
- ref: ${{ github.event.inputs.branch }}
30
31
- name: 📦 Setup pnpm
32
uses: pnpm/action-setup@v4
0 commit comments