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 599f8e9 commit 938b2d9Copy full SHA for 938b2d9
.github/workflows/docs.yml
@@ -9,6 +9,11 @@ on:
9
- "packages/**/*.ts"
10
- "packages/**/*.tsx"
11
- "scripts/docs.ts"
12
+ workflow_dispatch:
13
+ inputs:
14
+ branch:
15
+ description: "Branch to generate docs for (usually dev)"
16
+ required: true
17
18
concurrency:
19
group: ${{ github.workflow }}-${{ github.ref }}
@@ -24,6 +29,7 @@ jobs:
24
29
uses: actions/checkout@v4
25
30
with:
26
31
token: ${{ secrets.FORMAT_PAT }}
32
+ ref: ${{ github.event.inputs.branch }}
27
33
28
34
- name: 📦 Setup pnpm
35
uses: pnpm/action-setup@v4
0 commit comments