Skip to content

Commit

Permalink
Merge pull request #24 from greschd/add_doc_to_ci
Browse files Browse the repository at this point in the history
Add documentation build to CI
  • Loading branch information
greschd committed Feb 27, 2020
2 parents 593ef0a + 4535a2c commit aa4fa60
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,22 +50,22 @@ jobs:
aiida-mock-code || true
cd tests; pytest
# docs:
# runs-on: ubuntu-latest
# timeout-minutes: 15
# steps:
# - uses: actions/checkout@v1
# - name: Set up Python 3.7
# uses: actions/setup-python@v1
# with:
# python-version: 3.7
# - name: Install python dependencies
# run: |
# pip install --upgrade pip
# pip install -e .[docs]
# reentry scan -r aiida
# - name: Build docs
# run: cd docs && make
docs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install python dependencies
run: |
pip install --upgrade pip
pip install -e .[docs]
reentry scan -r aiida
- name: Build docs
run: cd docs && make

pre-commit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit aa4fa60

Please sign in to comment.