Skip to content

Commit

Permalink
fixed makefile dist/docs problem
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseGaud committed May 19, 2022
1 parent 7ce9682 commit 9756cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ go.hcl2spec: install-packer-sdc
#generate-docs: @ Generate packer docs
generate-docs: install-packer-sdc
@pushd dist/; packer-sdc renderdocs -src ../docs -partials docs-partials/ -dst docs/
@/bin/sh -c "[ -d docs ] && zip -r docs.zip docs/"
@/bin/sh -c "[ -d dist/docs ] && zip -r docs.zip docs/"

0 comments on commit 9756cac

Please sign in to comment.