Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
heyman333 committed Feb 8, 2020
2 parents 7dcd0c2 + 7a5fd7c commit 4cb7f32
Show file tree
Hide file tree
Showing 4 changed files with 525 additions and 466 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ install:
@gem install jill
@pip install -r requirements.txt
docs:
@echo making docs
@rm -rf docs
@mkdir docs
@cp *.md docs/
@cp README.md docs/index.md
@cp extra.css docs/
@cp icon.svg docs/
@cp arn.svg docs/
@cp CNAME docs/
@echo done

publish: docs
@mkdocs gh-deploy --clean
Expand Down

0 comments on commit 4cb7f32

Please sign in to comment.