Adds ModernUO docs skeleton (#243)
This commit is contained in:
parent
16bdc21f5a
commit
8f378dbd78
30 changed files with 650 additions and 1 deletions
15
.github/workflows/update-docs.yml
vendored
Normal file
15
.github/workflows/update-docs.yml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue