mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-01-28 08:26:37 -06:00
12 lines
213 B
Bash
Executable File
12 lines
213 B
Bash
Executable File
#!/bin/bash
|
|
# update nuxt
|
|
pushd docsys/src/main/node/docsys
|
|
./update.sh
|
|
popd
|
|
|
|
pwd
|
|
cp -R docsys/src/main/resources/docsys-guidebook/* docs/
|
|
|
|
# static site for gh pages
|
|
java -jar nb/target/nb.jar docserver generate
|