Skip to content

feat: plex web redirect #65

feat: plex web redirect

feat: plex web redirect #65

Workflow file for this run

name: Documentation
on:
push:
branches:
- main
- master
paths:
- "docs/**.md"
- "mkdocs.yaml"
workflow_dispatch:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install --upgrade pip && pip install mkdocs-material
- run: git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
- name: Publish docs
run: mkdocs gh-deploy