arduino-pico/tests/ci/build_docs.sh
Earle F. Philhower, III f3b8c58157
Remove obsolete TRAVIS CI variables (#2292)
Use GH native ones instead.
2024-07-23 09:48:33 -07:00

9 lines
116 B
Bash
Executable file

#!/bin/bash
#
# CI job to run the documentation build
set -ev
cd $GITHUB_WORKSPACE/doc
SPHINXOPTS="-W" make html