Fix man page generation in release workflow (#2132)
This commit is contained in:
parent
0eb2a0678c
commit
3ddd1b1683
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -81,7 +81,7 @@ jobs:
|
|||||||
./target/debug/just --completions $shell > completions/just.$shell
|
./target/debug/just --completions $shell > completions/just.$shell
|
||||||
done
|
done
|
||||||
mkdir -p man
|
mkdir -p man
|
||||||
./target/debug/just -- --man > man/just.1
|
./target/debug/just --man > man/just.1
|
||||||
|
|
||||||
- name: Package
|
- name: Package
|
||||||
id: package
|
id: package
|
||||||
|
Loading…
Reference in New Issue
Block a user