Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
adikhoff committed Oct 16, 2024
1 parent c15eb12 commit b7ce459
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ sphinx-build -b html -j 4 $MIG_DIR $OUTPUT_DIR

git clone [email protected]:Redot-Engine/$BUILD_DIR.git

echo "mkdir -p $BUILD_DIR$BRANCH_DIR"
mkdir -p $BUILD_DIR$BRANCH_DIR
cp -r $MIG_OUTPUT_DIR/* $BUILD_DIR$BRANCH_DIR
echo "cp -r $MIG_DIR/* $BUILD_DIR$BRANCH_DIR"
cp -r $MIG_DIR/* $BUILD_DIR$BRANCH_DIR

cd $BUILD_DIR
ls -la
Expand Down

0 comments on commit b7ce459

Please sign in to comment.