All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m6s
15 lines
189 B
Bash
Executable File
15 lines
189 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -x
|
|
|
|
./aux/compiledb.sh
|
|
|
|
make -B docs_liballoc
|
|
make -B docs_libsystem
|
|
make -B docs_libprocess
|
|
make -B docs_libstring
|
|
make -B docs_libterminal
|
|
make -B docs_libkb
|
|
|
|
mkdocs build
|