Skip to content

Commit 45b41c8

Browse files
authored
Merge pull request #1779 from urfave/rm-man-md-docs
Remove markdown/man docs support
2 parents 8b316cd + 070adf4 commit 45b41c8

File tree

10 files changed

+3
-1276
lines changed

10 files changed

+3
-1276
lines changed

.github/workflows/cli.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ jobs:
3131
run: make lint
3232
- run: make vet
3333
- run: make test
34-
env:
35-
GFLAGS: -tags urfave_cli_no_docs
36-
- run: make test
37-
- run: make check-binary-size
38-
env:
39-
GFLAGS: -tags urfave_cli_no_docs
4034
- run: make check-binary-size
4135
- if: matrix.go == '1.20.x' && matrix.os == 'ubuntu-latest'
4236
run: make generate

0 commit comments

Comments
 (0)