Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
capjamesg authored Nov 4, 2024
1 parent 433fc09 commit b07099e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
cache: 'pip'
- name: Install dependencies
run: |
apt-get install -y git
python3 -m pip install --upgrade pip pygments bs4 lxml
pip3 install git+https://github.com/capjamesg/aurora
python3 -m pip install --upgrade pip git+https://github.com/capjamesg/aurora
pip3 install -e .
cd docs
- name: Build main site
Expand Down

0 comments on commit b07099e

Please sign in to comment.