Skip to content

Commit

Permalink
docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot committed Sep 23, 2019
1 parent af5183c commit f371570
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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
7 changes: 4 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,16 @@ markdown_extensions:
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc(permalink=true)
- pymdownx.arithmatex
- pymdownx.betterem(smart_enable=all)
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist(custom_checkbox=true)
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
mkdocs>=0.16
pymdown-extensions>=1.2
pymdown-extensions>=1.2
mkdocs-material>=4.4.0

0 comments on commit f371570

Please sign in to comment.