|
|
@ -35,13 +35,13 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
# Push to docs.comma.ai |
|
|
|
# Push to docs.comma.ai |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
#if: github.ref == 'refs/heads/master' && github.repository == 'commaai/openpilot' |
|
|
|
if: github.ref == 'refs/heads/master' && github.repository == 'commaai/openpilot' |
|
|
|
with: |
|
|
|
with: |
|
|
|
path: openpilot-docs |
|
|
|
path: openpilot-docs |
|
|
|
ssh-key: ${{ secrets.OPENPILOT_DOCS_KEY }} |
|
|
|
ssh-key: ${{ secrets.OPENPILOT_DOCS_KEY }} |
|
|
|
repository: commaai/openpilot-docs |
|
|
|
repository: commaai/openpilot-docs |
|
|
|
- name: Push |
|
|
|
- name: Push |
|
|
|
#if: github.ref == 'refs/heads/master' && github.repository == 'commaai/openpilot' |
|
|
|
if: github.ref == 'refs/heads/master' && github.repository == 'commaai/openpilot' |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
set -x |
|
|
|
set -x |
|
|
|
|
|
|
|
|
|
|
|