Skip to content

Commit

Permalink
need coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisVelez authored Dec 5, 2024
1 parent 58554c4 commit aee445c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@ jobs:

- uses: actions/[email protected]
with:
python-version: '3.11'
python-version: '3.12'

# Build
- name: Build docs
run: |
# TODO: can we install just the "docs" dependency group without the normal deps?
pip install mkdocs
pip install
mkdocs build
# Push to docs.comma.ai
Expand Down

0 comments on commit aee445c

Please sign in to comment.