Skip to content

Commit

Permalink
Merge pull request #28 from DouglasNeuroInformatics/ci_checks
Browse files Browse the repository at this point in the history
  • Loading branch information
gdevenyi committed Aug 4, 2021
2 parents 2803d52 + 1c69bf8 commit 15d4dca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,11 @@ jobs:
with:
docs-folder: "docs/"
build-command: "sphinx-build -n -W -b html . _build"
linkcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
build-command: "sphinx-build -W -b linkcheck . _build"

0 comments on commit 15d4dca

Please sign in to comment.