Skip to content

Commit 37894cf

Browse files
committed
fix build script
1 parent 129e196 commit 37894cf

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/build.sh

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#!/bin/bash
2+
3+
pushd ..
4+
5+
shopt -s expand_aliases
6+
7+
DIR="${BASH_SOURCE%/*}"
8+
if [[ ! -d "$DIR" ]]; then DIR="$PWD"; fi
9+
10+
. $DIR/.env
11+
12+
cp ./CHANGELOG.md ./docs/en/book/changelog.md
13+
s4j_examples_copy_to_documentation
14+
15+
popd
16+
17+
npx hyperbook build

0 commit comments

Comments
 (0)