mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 13:39:47 -05:00
[docs] Split docs into multiple files and publish with gh-actions
This commit is contained in:
16
.github/workflows/gh-pages.yml
vendored
Normal file
16
.github/workflows/gh-pages.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: build and deploy mkdocs to github pages
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
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
|
||||
- run: pip install mkdocs-minify-plugin
|
||||
- run: mkdocs gh-deploy --force
|
||||
Reference in New Issue
Block a user