mirror of
https://github.com/protectwise/troika.git
synced 2026-01-25 14:17:37 +00:00
18 lines
387 B
YAML
18 lines
387 B
YAML
name: Docs
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
deploy:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- uses: actions/setup-python@v4
|
|
with:
|
|
python-version: 3.9.x
|
|
- run: pip install mkdocs==1.1 mkdocs-material mkdocs-include-markdown-plugin mkdocs-git-revision-date-plugin
|
|
- run: mkdocs gh-deploy --strict --force
|