8 lines
111 B
Plaintext
8 lines
111 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
set -xEeuo pipefail
|
||
|
|
||
|
cd "$(git rev-parse --show-toplevel)"
|
||
|
|
||
|
ci/doc
|
||
|
ci/doc --features defmt
|