summaryrefslogtreecommitdiffstats
path: root/.github/workflows/docs.yml
blob: a5dc51fb59cab5f4eb521bf54e1abf0e18b7bca0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
name: Docsite CI
on:
  pull_request:
jobs:
  docsite-build:
    name: docsite test build
    runs-on: ubuntu-latest
    timeout-minutes: 30
    steps:
      - uses: actions/checkout@v3

      - name: install tox
        run: pip install tox

      - name: Assure docs can be built
        run: tox -e docs