Skip to content

Remove "Obsidian" from branding to comply with guidelines #23

Remove "Obsidian" from branding to comply with guidelines

Remove "Obsidian" from branding to comply with guidelines #23

Workflow file for this run

name: docs
on:
push:
branches:
- main
paths:
- docs/**
- mkdocs.yml # this isn't actual docs but could affect rendering
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
mkdocs gh-deploy --force