diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 44f87d6..46e3327 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,3 +36,14 @@ jobs: - name: Coveralls uses: coverallsapp/github-action@v2 + + docs: + runs-on: ubuntu-latest + needs: lint + steps: + - uses: actions/checkout@v3 + + - uses: actions/setup-python@v4 + + - name: Build docs + run: make docs \ No newline at end of file