We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
generate-docs
1 parent a3cc85d commit 10b72dcCopy full SHA for 10b72dc
1 file changed
.github/actions/generate-docs/action.yml
@@ -1,5 +1,9 @@
1
name: Generate documentation
2
description: Generate all documentation
3
+inputs:
4
+ build:
5
+ description: Just subcommand for `build-docs` to run
6
+ default: all
7
8
runs:
9
using: composite
@@ -18,4 +22,4 @@ runs:
18
22
enable-cache: true
19
23
- name: Build documentation
20
24
shell: bash
21
- run: just build-docs
25
+ run: just build-docs::${{ inputs.build }}
0 commit comments