Adds ModernUO docs skeleton (#243)

This commit is contained in:
Kamron Batman 2020-09-13 15:21:28 -07:00 committed by GitHub
parent 16bdc21f5a
commit 8f378dbd78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 650 additions and 1 deletions

15
.github/workflows/update-docs.yml vendored Normal file
View file

@ -0,0 +1,15 @@
name: ci
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: mkdocs gh-deploy --force