Skip to content

Commit

Permalink
bring back
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Nov 24, 2024
1 parent 794ee3c commit 3edb36b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,27 @@ jobs:
name: build docs
runs-on: ubuntu-latest
steps:
- uses: commaai/timeout@v1

- uses: actions/checkout@v4
timeout-minutes: 1
with:
submodules: true

# Build
- name: Build docs
timeout-minutes: 1
run: |
# TODO: can we install just the "docs" dependency group without the normal deps?
pip install mkdocs
mkdocs build
# Push to docs.comma.ai
- uses: actions/checkout@v4
timeout-minutes: 1
if: github.ref == 'refs/heads/master' && github.repository == 'commaai/openpilot'
with:
path: openpilot-docs
ssh-key: ${{ secrets.OPENPILOT_DOCS_KEY }}
repository: commaai/openpilot-docs
- name: Push
timeout-minutes: 1
if: github.ref == 'refs/heads/master' && github.repository == 'commaai/openpilot'
run: |
set -x
Expand Down

0 comments on commit 3edb36b

Please sign in to comment.