Skip to content

Commit

Permalink
quick fix - doc build script create _build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 committed Sep 30, 2022
1 parent a90658f commit 872b51b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/gendoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

BUILD=site/build
BUILD=site/_build
if [ ! -d ${BUILD} ]
then
mkdir -p ${BUILD}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "collective-governance-v1",
"version": "0.8.4",
"version": "0.8.5",
"description": "Open Source Community Governance Smart Contract",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 872b51b

Please sign in to comment.