docs: switch release flow to dagger

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-06-02 15:38:52 -07:00
parent a949bbf157
commit 335e2f7c24
2 changed files with 4 additions and 70 deletions

View File

@@ -18,6 +18,6 @@ docs: yarn.#Package & {
// Deploy the docs website
site: netlify.#Site & {
name: string | *"docs-dagger-io" @dagger(input)
name: string | *"docs-dagger-io" @dagger(input)
contents: docs.build
}