Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
whitead authored Oct 26, 2024
1 parent 26a4e3f commit 8615550
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
ref: docs
- uses: actions/setup-python@v4
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install sphinx sphinx_rtd_theme
pip install .
pip install .[all]
- name: Clean previous builds
working-directory: ./docs
Expand Down

0 comments on commit 8615550

Please sign in to comment.