Skip to content

Commit 10b72dc

Browse files
committed
CI: Make just subcommand an input to generate-docs Action
1 parent a3cc85d commit 10b72dc

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/actions/generate-docs/action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Generate documentation
22
description: Generate all documentation
3+
inputs:
4+
build:
5+
description: Just subcommand for `build-docs` to run
6+
default: all
37

48
runs:
59
using: composite
@@ -18,4 +22,4 @@ runs:
1822
enable-cache: true
1923
- name: Build documentation
2024
shell: bash
21-
run: just build-docs
25+
run: just build-docs::${{ inputs.build }}

0 commit comments

Comments
 (0)