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 b07099e commit 225346b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,17 @@ jobs:
python-version: [3.13]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip pygments bs4 lxml
python3 -m pip install --upgrade pip git+https://github.com/capjamesg/aurora
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python3 -m pip install --upgrade pip pygments bs4 lxml
pip3 install -e .
cd docs
- name: Build main site
Expand Down

0 comments on commit 225346b

Please sign in to comment.