Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 45b59d0

Browse files
committed
fixup! Add gendocs ci step
1 parent 1b5807e commit 45b59d0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/test.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,17 @@ jobs:
4444
uses: ./ci/image
4545
with:
4646
args: go test ./internal/... ./cmd/...
47+
gendocs:
48+
runs-on: ubuntu-latest
49+
steps:
50+
- uses: actions/checkout@v1
51+
- uses: actions/cache@v1
52+
with:
53+
path: ~/go/pkg/mod
54+
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
55+
restore-keys: |
56+
${{ runner.os }}-go-
57+
- name: generate-docs
58+
uses: ./ci/image
59+
with:
60+
args: ./ci/steps/gendocs.sh

0 commit comments

Comments
 (0)