Skip to content

Commit 24532f2

Browse files
author
Kirk Benell
authored
Create mkdocs.yml
1 parent c07bba7 commit 24532f2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/mkdocs.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Used to run mkdocs on the repo
2+
3+
name: ci
4+
on:
5+
push:
6+
branches:
7+
- main
8+
jobs:
9+
deploy:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v2
13+
- uses: actions/setup-python@v2
14+
with:
15+
python-version: 3.x
16+
- run: pip install mkdocs-material mkdocs-monorepo-plugin
17+
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)