Skip to content

Commit 8813837

Browse files
committed
Build tools
1 parent 09e8715 commit 8813837

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/.idea
22
/node_modules
3-
/build
3+
/build
4+
/site

build_docs.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env bash
2+
3+
rm -rf site
4+
mkdocs build

0 commit comments

Comments
 (0)