summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
blob: 51b8dea79d82f9c8a6302db38854e243920b7d65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: ci
on:
  push:
    branches:
      - master
      - pages-test
permissions:
  contents: write
jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-python@v4
        with:
          python-version: 3.x
      - run: pip install mkdocs-material
      - run: mkdocs gh-deploy --force