Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
adikhoff committed Oct 16, 2024
1 parent 213b1fc commit 6ae091c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ echo 'hello' >> test.txt
mkdir -p $MIGRATE_DIR
python migrate.py --tiny $INPUT_DIR $MIGRATE_DIR
mkdir -p $SPHINX_DIR
sphinx-build -b html -j 4 $MIG_DIR $SPHINX_DIR
sphinx-build -b html -j 4 $MIGRATE_DIR $SPHINX_DIR

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

echo "mkdir -p $BUILD_DIR$BRANCH_DIR"
echo "mkdir -p $BUILD_DIR"
mkdir -p $BUILD_DIR
ls -ra $MIG_DIR
echo "cp -r $SPHINX_DIR/* $BUILD_DIR"
cp -r $SPHINX_DIR/* $BUILD_DIR

Expand Down

0 comments on commit 6ae091c

Please sign in to comment.