From a6d6632c2463f3d5310d4498ece09fde4519129a Mon Sep 17 00:00:00 2001 From: Sriharsha Tikkireddy Date: Fri, 10 Apr 2020 16:56:17 -0400 Subject: [PATCH] package full docs with html --- .goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 540874440..57a4578d2 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -3,7 +3,7 @@ before: hooks: # You may remove this if you don't use go modules. - - make singlehtmldocs + - make docs - go mod download builds: - env: @@ -30,7 +30,7 @@ archives: - LICENSE* - CHANGELOG* - NOTICE* - - docs/build/singlehtml/**/* + - docs/build/html/**/* checksum: name_template: 'checksums.txt' snapshot: