aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
blob: 5d7fc8d8a7be614d657f0a2d1940cc6a790c5bbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: ci 
on:
  push:
    branches:
      - master 
      - main
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