Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
/coder-v1-cliPublic archive

Commit45b59d0

Browse files
committed
fixup! Add gendocs ci step
1 parent1b5807e commit45b59d0

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)

[8]ページ先頭

©2009-2025 Movatter.jp