Skip to content

Commit 25ec424

Browse files
committed
Create ci.yml
1 parent faa79a5 commit 25ec424

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)