Skip to content
Snippets Groups Projects
Commit ebeba023 authored by Christian Bager Bach Houmann's avatar Christian Bager Bach Houmann
Browse files

docs: set up documentation

parent 27b29c9d
No related branches found
No related tags found
No related merge requests found
name: docs
on:
release:
types:
- published
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: |
pip install mkdocs-material
cd docs
mkdocs gh-deploy --force
\ No newline at end of file
# PodNotes
site_name: PodNotes
repo_url: https://github.com/chhoumann/podnotes
edit_uri: edit/master/docs/docs
theme:
name: material
palette:
primary: blue
# markdown_extensions:
# - abbr
# - admonition
# - pymdownx.highlight
# - pymdownx.superfences
# - pymdownx.tabbed
# - pymdownx.tasklist
# nav:
# - Overview: 'index.md'
# plugins:
# - search
# - redirects:
# redirect_maps:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment