Skip to content

Commit b637805

Browse files
author
Paulo Gomes
committed
Add api-docs and manifests to make verify
Signed-off-by: Paulo Gomes <[email protected]>
1 parent a53cae9 commit b637805

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ update-attributions:
229229
e2e:
230230
./hack/ci/e2e.sh
231231

232-
verify: update-attributions fmt vet
232+
verify: update-attributions fmt vet manifests api-docs
233233
ifneq (, $(shell git status --porcelain --untracked-files=no))
234234
@{ \
235235
echo "working directory is dirty:"; \

docs/api/source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1569,8 +1569,8 @@ Artifact
15691569
<td>
15701570
<code>includedArtifacts</code><br>
15711571
<em>
1572-
<a href="#source.toolkit.fluxcd.io/v1beta1.*./api/v1beta1.Artifact">
1573-
[]*./api/v1beta1.Artifact
1572+
<a href="#source.toolkit.fluxcd.io/v1beta1.*github.com/fluxcd/source-controller/api/v1beta1.Artifact">
1573+
[]*github.com/fluxcd/source-controller/api/v1beta1.Artifact
15741574
</a>
15751575
</em>
15761576
</td>

0 commit comments

Comments
 (0)