mirror of
https://github.com/semaphore-protocol/semaphore.git
synced 2026-04-28 03:00:41 -04:00
7 lines
88 B
Bash
Executable File
7 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd "$(dirname "$0")"
|
|
mkdir -p ../docs
|
|
|
|
mdbook serve . --dest-dir ../docs/
|