Skip to content

ports/psoc6: I2S modified clock settings. #181

ports/psoc6: I2S modified clock settings.

ports/psoc6: I2S modified clock settings. #181

Workflow file for this run

name: Build docs
on:
push:
pull_request:
paths:
- docs/**
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- name: Install Python packages
<<<<<<< HEAD

Check failure on line 21 in .github/workflows/docs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docs.yml

Invalid workflow file

You have an error in your yaml syntax on line 21
run: pip install -r docs/requirements.txt
=======
run: |
pip install Sphinx
pip install sphinx-tabs
>>>>>>> 43401dae3 (.github/workflowys/docs.yml: Install sphinx-tabs.)
- name: Build docs
run: make -C docs/ html