Skip to content

Commit 98aec28

Browse files
committed
prebuild
Signed-off-by: ygelfand <yuri@shlitz.com>
1 parent d75b3e0 commit 98aec28

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
branches:
66
- main
77
paths:
8-
- 'docs/**'
9-
- '.github/workflows/docs.yaml'
8+
- "docs/**"
9+
- ".github/workflows/docs.yaml"
1010
workflow_dispatch:
1111

1212
permissions:
@@ -27,14 +27,6 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929

30-
- name: Set up Go
31-
uses: actions/setup-go@v5
32-
with:
33-
go-version: '1.25'
34-
35-
- name: Generate CLI Docs
36-
run: make docs-gen
37-
3830
- name: Setup Node
3931
uses: actions/setup-node@v4
4032
with:

0 commit comments

Comments
 (0)