1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Add Bucket API spec to docs

This commit is contained in:
stefanprodan
2020-09-23 12:17:10 +03:00
parent a02452ccb9
commit 83bd245bfd
3 changed files with 3 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ jobs:
curl -# -f "https://raw.githubusercontent.com/fluxcd/source-controller/$SOURCE_VER/docs/spec/v1alpha1/gitrepositories.md" > docs/components/source/gitrepositories.md
curl -# -f "https://raw.githubusercontent.com/fluxcd/source-controller/$SOURCE_VER/docs/spec/v1alpha1/helmrepositories.md" > docs/components/source/helmrepositories.md
curl -# -f "https://raw.githubusercontent.com/fluxcd/source-controller/$SOURCE_VER/docs/spec/v1alpha1/helmcharts.md" > docs/components/source/helmcharts.md
curl -# -f "https://raw.githubusercontent.com/fluxcd/source-controller/$SOURCE_VER/docs/spec/v1alpha1/buckets.md" > docs/components/source/buckets.md
}
{