Skip to content

Commit

Permalink
Will this still autodo readthedocs?
Browse files Browse the repository at this point in the history
  • Loading branch information
kmlefran committed Jul 23, 2024
1 parent 6f398e2 commit d27e9db
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,23 +126,3 @@ jobs:
# uses: codecov/codecov-action@v3
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

docs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install python dependencies
run: |
pip install --upgrade pip
pip install -e .[docs]
conda install pandoc
pip install subproptools
pip install group_decomposition
pip install pymatgen
- name: Build docs
run: cd docs && make

0 comments on commit d27e9db

Please sign in to comment.