Skip to content

Commit

Permalink
Merge pull request #3 from kewegner/docsbuild
Browse files Browse the repository at this point in the history
Docsbuild
  • Loading branch information
kewegner authored Jun 25, 2019
2 parents 4854929 + 348fb2e commit 61b6555
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ deploy:
file_glob: true
on:
tags: true
repo: appsody/appsody

7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,9 @@ rpm-linux: build-linux ## Build the linux binary and package it as a .rpm for Re

.PHONY: build-docs
build-docs:
# make docs md file
# make docs md file
mkdir my-project
cd my-project
pwd
ls
go run main.go docs --docFile $(BUILD_PATH)/cli-commands.md
cd my-project && go run ../main.go docs --docFile $(BUILD_PATH)/cli-commands.md
cd ..
rm -rf my-project
.PHONY: deploy
Expand Down

0 comments on commit 61b6555

Please sign in to comment.