Skip to content

Commit 2832f38

Browse files
authored
Merge pull request #59 from ayasyrev/docs
Docs
2 parents 1ff0d65 + 48c60e0 commit 2832f38

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+5688
-34186
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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 pymdown-extensions
17+
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)