Skip to content

Commit

Permalink
Build docs in CI (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam authored Apr 20, 2021
1 parent 55b1099 commit 333560e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ jobs:
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]

docs:
name: Build Sphinx Docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ammaraskar/[email protected]
with:
docs-folder: "docs/"

test:
name: Test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 333560e

Please sign in to comment.