Skip to content

Commit

Permalink
Build docs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Jan 30, 2024
1 parent 9f60c99 commit a1acbd0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -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

0 comments on commit a1acbd0

Please sign in to comment.