Skip to content

Commit

Permalink
Build docs using two cores, fix name of step
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Aug 30, 2021
1 parent 5d0945c commit 7b0f56a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
with:
fetch-depth: 0

- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
Expand All @@ -79,7 +79,7 @@ jobs:
python -c 'import ctapipe; print(ctapipe.__version__)'
- name: Build docs
run: make doc
run: make doc SPHINXOPTS="-W --keep-going -n --color -j auto"

- name: Deploy to gihub pages
# only run on push to master
Expand Down

0 comments on commit 7b0f56a

Please sign in to comment.