Skip to content

Commit

Permalink
[docs] Fix CLI output in docs (asteroid-team#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashaag authored Nov 25, 2020
1 parent c7464de commit 850109d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@ jobs:

- name: Build the docs
run: |
pip install -e . # Install asteroid-* scripts
cd docs
make html
touch build/html/.nojekyll # prevents use jekyll to build doc
grep -qHrn "System Message" build/html && exit 1 || true # Check for "System Message" errors
# Create an artifact of the html output.
- uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 850109d

Please sign in to comment.