aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/docs.yml
blob: 9dbaf619fd660383f19d2f6c17d893ea607d8e6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: docs 
on:
  push:
    branches:
      - 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 -r requirements.txt
      - run: mkdocs gh-deploy --force