Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Commit 01b9a15

Browse files
committed
Added .build_docs.sh
1 parent d1d4259 commit 01b9a15

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.build_docs.sh

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/bin/bash
2+
3+
repo=$(mktemp -d)
4+
git clone --recursive https://github.com/PyDrocsid/documentation.git $repo
5+
rm -rf $repo/library
6+
mkdir $repo/library
7+
cp -r * $repo/library/
8+
pushd $repo
9+
10+
./pages_build.sh
11+
12+
popd
13+
mv $repo/site .
14+
rm -rf $repo

0 commit comments

Comments
 (0)